Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchGetStandardsControlAssociationsResponse
-
Packages that use BatchGetStandardsControlAssociationsResponse 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 BatchGetStandardsControlAssociationsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchGetStandardsControlAssociationsResponse Modifier and Type Method Description default BatchGetStandardsControlAssociationsResponseSecurityHubClient. batchGetStandardsControlAssociations(Consumer<BatchGetStandardsControlAssociationsRequest.Builder> batchGetStandardsControlAssociationsRequest)For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.default BatchGetStandardsControlAssociationsResponseSecurityHubClient. batchGetStandardsControlAssociations(BatchGetStandardsControlAssociationsRequest batchGetStandardsControlAssociationsRequest)For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchGetStandardsControlAssociationsResponse Modifier and Type Method Description default CompletableFuture<BatchGetStandardsControlAssociationsResponse>SecurityHubAsyncClient. batchGetStandardsControlAssociations(Consumer<BatchGetStandardsControlAssociationsRequest.Builder> batchGetStandardsControlAssociationsRequest)For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.default CompletableFuture<BatchGetStandardsControlAssociationsResponse>SecurityHubAsyncClient. batchGetStandardsControlAssociations(BatchGetStandardsControlAssociationsRequest batchGetStandardsControlAssociationsRequest)For a batch of security controls and standards, identifies whether each control is currently enabled or disabled in a standard.
-