Uses of Class
software.amazon.awssdk.services.securityhub.model.BatchGetConfigurationPolicyAssociationsResponse
-
Packages that use BatchGetConfigurationPolicyAssociationsResponse 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 BatchGetConfigurationPolicyAssociationsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return BatchGetConfigurationPolicyAssociationsResponse Modifier and Type Method Description default BatchGetConfigurationPolicyAssociationsResponseSecurityHubClient. batchGetConfigurationPolicyAssociations(Consumer<BatchGetConfigurationPolicyAssociationsRequest.Builder> batchGetConfigurationPolicyAssociationsRequest)Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root.default BatchGetConfigurationPolicyAssociationsResponseSecurityHubClient. batchGetConfigurationPolicyAssociations(BatchGetConfigurationPolicyAssociationsRequest batchGetConfigurationPolicyAssociationsRequest)Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type BatchGetConfigurationPolicyAssociationsResponse Modifier and Type Method Description default CompletableFuture<BatchGetConfigurationPolicyAssociationsResponse>SecurityHubAsyncClient. batchGetConfigurationPolicyAssociations(Consumer<BatchGetConfigurationPolicyAssociationsRequest.Builder> batchGetConfigurationPolicyAssociationsRequest)Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root.default CompletableFuture<BatchGetConfigurationPolicyAssociationsResponse>SecurityHubAsyncClient. batchGetConfigurationPolicyAssociations(BatchGetConfigurationPolicyAssociationsRequest batchGetConfigurationPolicyAssociationsRequest)Returns associations between an Security Hub configuration and a batch of target accounts, organizational units, or the root.
-