Uses of Class
software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationId
-
Packages that use StandardsControlAssociationId Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StandardsControlAssociationId in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return StandardsControlAssociationId Modifier and Type Method Description StandardsControlAssociationIdUnprocessedStandardsControlAssociation. standardsControlAssociationId()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.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsControlAssociationId Modifier and Type Method Description List<StandardsControlAssociationId>BatchGetStandardsControlAssociationsRequest. 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.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StandardsControlAssociationId Modifier and Type Method Description UnprocessedStandardsControlAssociation.BuilderUnprocessedStandardsControlAssociation.Builder. standardsControlAssociationId(StandardsControlAssociationId standardsControlAssociationId)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.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsControlAssociationId Modifier and Type Method Description 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.
-