Uses of Class
software.amazon.awssdk.services.securityhub.model.CreateInsightRequest
-
Packages that use CreateInsightRequest 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.transform -
-
Uses of CreateInsightRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type CreateInsightRequest Modifier and Type Method Description default CompletableFuture<CreateInsightResponse>SecurityHubAsyncClient. createInsight(CreateInsightRequest createInsightRequest)Creates a custom insight in Security Hub.default CreateInsightResponseSecurityHubClient. createInsight(CreateInsightRequest createInsightRequest)Creates a custom insight in Security Hub. -
Uses of CreateInsightRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type CreateInsightRequest Modifier and Type Method Description SdkHttpFullRequestCreateInsightRequestMarshaller. marshall(CreateInsightRequest createInsightRequest)
-