Uses of Class
software.amazon.awssdk.services.securityhub.model.GetInsightsResponse
-
Packages that use GetInsightsResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.paginators -
-
Uses of GetInsightsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetInsightsResponse Modifier and Type Method Description default GetInsightsResponseSecurityHubClient. getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)Lists and describes insights for the specified insight ARNs.default GetInsightsResponseSecurityHubClient. getInsights(GetInsightsRequest getInsightsRequest)Lists and describes insights for the specified insight ARNs.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetInsightsResponse Modifier and Type Method Description default CompletableFuture<GetInsightsResponse>SecurityHubAsyncClient. getInsights(Consumer<GetInsightsRequest.Builder> getInsightsRequest)Lists and describes insights for the specified insight ARNs.default CompletableFuture<GetInsightsResponse>SecurityHubAsyncClient. getInsights(GetInsightsRequest getInsightsRequest)Lists and describes insights for the specified insight ARNs. -
Uses of GetInsightsResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type GetInsightsResponse Modifier and Type Method Description Iterator<GetInsightsResponse>GetInsightsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type GetInsightsResponse Modifier and Type Method Description voidGetInsightsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetInsightsResponse> subscriber)
-