Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchGetSecurityControlsResponse
-
Packages that use BatchGetSecurityControlsResponse 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 BatchGetSecurityControlsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchGetSecurityControlsResponse Modifier and Type Method Description default BatchGetSecurityControlsResponseSecurityHubClient. batchGetSecurityControls(Consumer<BatchGetSecurityControlsRequest.Builder> batchGetSecurityControlsRequest)Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.default BatchGetSecurityControlsResponseSecurityHubClient. batchGetSecurityControls(BatchGetSecurityControlsRequest batchGetSecurityControlsRequest)Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchGetSecurityControlsResponse Modifier and Type Method Description default CompletableFuture<BatchGetSecurityControlsResponse>SecurityHubAsyncClient. batchGetSecurityControls(Consumer<BatchGetSecurityControlsRequest.Builder> batchGetSecurityControlsRequest)Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.default CompletableFuture<BatchGetSecurityControlsResponse>SecurityHubAsyncClient. batchGetSecurityControls(BatchGetSecurityControlsRequest batchGetSecurityControlsRequest)Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
-