Uses of Class
software.amazon.awssdk.services.securityhub.model.UnprocessedStandardsControlAssociation
-
Packages that use UnprocessedStandardsControlAssociation Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of UnprocessedStandardsControlAssociation in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UnprocessedStandardsControlAssociation Modifier and Type Method Description List<UnprocessedStandardsControlAssociation>BatchGetStandardsControlAssociationsResponse. unprocessedAssociations()A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type UnprocessedStandardsControlAssociation Modifier and Type Method Description BatchGetStandardsControlAssociationsResponse.BuilderBatchGetStandardsControlAssociationsResponse.Builder. unprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type UnprocessedStandardsControlAssociation Modifier and Type Method Description BatchGetStandardsControlAssociationsResponse.BuilderBatchGetStandardsControlAssociationsResponse.Builder. unprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.
-