Uses of Class
software.amazon.awssdk.services.securityhub.model.UnprocessedStandardsControlAssociationUpdate
-
Packages that use UnprocessedStandardsControlAssociationUpdate Package Description software.amazon.awssdk.services.securityhub.model -
-
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 UnprocessedStandardsControlAssociationUpdate Modifier and Type Method Description List<UnprocessedStandardsControlAssociationUpdate>BatchUpdateStandardsControlAssociationsResponse. 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 UnprocessedStandardsControlAssociationUpdate Modifier and Type Method Description BatchUpdateStandardsControlAssociationsResponse.BuilderBatchUpdateStandardsControlAssociationsResponse.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 UnprocessedStandardsControlAssociationUpdate Modifier and Type Method Description BatchUpdateStandardsControlAssociationsResponse.BuilderBatchUpdateStandardsControlAssociationsResponse.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.
-