Uses of Class
software.amazon.awssdk.services.securityhub.model.GetInsightResultsRequest
-
Packages that use GetInsightResultsRequest 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.transform -
-
Uses of GetInsightResultsRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type GetInsightResultsRequest Modifier and Type Method Description default CompletableFuture<GetInsightResultsResponse>SecurityHubAsyncClient. getInsightResults(GetInsightResultsRequest 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. -
Uses of GetInsightResultsRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type GetInsightResultsRequest Modifier and Type Method Description SdkHttpFullRequestGetInsightResultsRequestMarshaller. marshall(GetInsightResultsRequest getInsightResultsRequest)
-