Uses of Class
software.amazon.awssdk.services.securityhub.model.GetInsightResultsResponse
-
Packages that use GetInsightResultsResponse 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. -
-
Uses of GetInsightResultsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetInsightResultsResponse Modifier and Type Method Description default GetInsightResultsResponseSecurityHubClient. getInsightResults(Consumer<GetInsightResultsRequest.Builder> getInsightResultsRequest)Lists the results of the Security Hub insight specified by the insight ARN.default GetInsightResultsResponseSecurityHubClient. getInsightResults(GetInsightResultsRequest getInsightResultsRequest)Lists the results of the Security Hub insight specified by the insight ARN.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetInsightResultsResponse Modifier and Type Method Description default CompletableFuture<GetInsightResultsResponse>SecurityHubAsyncClient. getInsightResults(Consumer<GetInsightResultsRequest.Builder> getInsightResultsRequest)Lists the results of the Security Hub insight specified by the insight ARN.default CompletableFuture<GetInsightResultsResponse>SecurityHubAsyncClient. getInsightResults(GetInsightResultsRequest getInsightResultsRequest)Lists the results of the Security Hub insight specified by the insight ARN.
-