Uses of Class
software.amazon.awssdk.services.securityhub.model.GetInsightsRequest
-
Packages that use GetInsightsRequest Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources.software.amazon.awssdk.services.securityhub.paginators software.amazon.awssdk.services.securityhub.transform -
-
Uses of GetInsightsRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type GetInsightsRequest Modifier and Type Method Description default CompletableFuture<GetInsightsResponse>SecurityHubAsyncClient. getInsights(GetInsightsRequest getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsResponseSecurityHubClient. getInsights(GetInsightsRequest getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsPublisherSecurityHubAsyncClient. getInsightsPaginator(GetInsightsRequest getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsIterableSecurityHubClient. getInsightsPaginator(GetInsightsRequest getInsightsRequest)Lists and describes insights for the specified insight ARNs. -
Uses of GetInsightsRequest in software.amazon.awssdk.services.securityhub.paginators
Constructors in software.amazon.awssdk.services.securityhub.paginators with parameters of type GetInsightsRequest Constructor Description GetInsightsIterable(SecurityHubClient client, GetInsightsRequest firstRequest)GetInsightsPublisher(SecurityHubAsyncClient client, GetInsightsRequest firstRequest) -
Uses of GetInsightsRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type GetInsightsRequest Modifier and Type Method Description SdkHttpFullRequestGetInsightsRequestMarshaller. marshall(GetInsightsRequest getInsightsRequest)
-