Uses of Interface
software.amazon.awssdk.services.securityhub.model.BatchGetStandardsControlAssociationsRequest.Builder
-
Packages that use BatchGetStandardsControlAssociationsRequest.Builder 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.model -
-
Uses of BatchGetStandardsControlAssociationsRequest.Builder in software.amazon.awssdk.services.securityhub
Method parameters in software.amazon.awssdk.services.securityhub with type arguments of type BatchGetStandardsControlAssociationsRequest.Builder 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 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. -
Uses of BatchGetStandardsControlAssociationsRequest.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return BatchGetStandardsControlAssociationsRequest.Builder Modifier and Type Method Description static BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest. builder()BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest.Builder. standardsControlAssociationIds(Collection<StandardsControlAssociationId> standardsControlAssociationIds)An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest.Builder. standardsControlAssociationIds(Consumer<StandardsControlAssociationId.Builder>... standardsControlAssociationIds)An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest.Builder. standardsControlAssociationIds(StandardsControlAssociationId... standardsControlAssociationIds)An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.BatchGetStandardsControlAssociationsRequest.BuilderBatchGetStandardsControlAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type BatchGetStandardsControlAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetStandardsControlAssociationsRequest.Builder>BatchGetStandardsControlAssociationsRequest. serializableBuilderClass()
-