Uses of Class
software.amazon.awssdk.services.securityhub.model.UnprocessedStandardsControlAssociationUpdate
Packages that use UnprocessedStandardsControlAssociationUpdate
-
Uses of UnprocessedStandardsControlAssociationUpdate in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UnprocessedStandardsControlAssociationUpdateModifier and TypeMethodDescriptionBatchUpdateStandardsControlAssociationsResponse.unprocessedAssociationUpdates()A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type UnprocessedStandardsControlAssociationUpdateModifier and TypeMethodDescriptionBatchUpdateStandardsControlAssociationsResponse.Builder.unprocessedAssociationUpdates(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates) A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type UnprocessedStandardsControlAssociationUpdateModifier and TypeMethodDescriptionBatchUpdateStandardsControlAssociationsResponse.Builder.unprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates) A security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) whose enablement status in a specified standard couldn't be updated.