Uses of Class
software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationUpdate
-
Packages that use StandardsControlAssociationUpdate Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StandardsControlAssociationUpdate in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return StandardsControlAssociationUpdate Modifier and Type Method Description StandardsControlAssociationUpdateUnprocessedStandardsControlAssociationUpdate. standardsControlAssociationUpdate()An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsControlAssociationUpdate Modifier and Type Method Description List<StandardsControlAssociationUpdate>BatchUpdateStandardsControlAssociationsRequest. standardsControlAssociationUpdates()Updates the enablement status of a security control in a specified standard.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StandardsControlAssociationUpdate Modifier and Type Method Description UnprocessedStandardsControlAssociationUpdate.BuilderUnprocessedStandardsControlAssociationUpdate.Builder. standardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.BatchUpdateStandardsControlAssociationsRequest.BuilderBatchUpdateStandardsControlAssociationsRequest.Builder. standardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)Updates the enablement status of a security control in a specified standard.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsControlAssociationUpdate Modifier and Type Method Description BatchUpdateStandardsControlAssociationsRequest.BuilderBatchUpdateStandardsControlAssociationsRequest.Builder. standardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)Updates the enablement status of a security control in a specified standard.
-