| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationUpdate |
StandardsControlAssociationUpdate.clone() |
StandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.getStandardsControlAssociationUpdate()
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
StandardsControlAssociationUpdate |
StandardsControlAssociationUpdate.withAssociationStatus(AssociationStatus associationStatus)
The desired enablement status of the control in the standard.
|
StandardsControlAssociationUpdate |
StandardsControlAssociationUpdate.withAssociationStatus(String associationStatus)
The desired enablement status of the control in the standard.
|
StandardsControlAssociationUpdate |
StandardsControlAssociationUpdate.withSecurityControlId(String securityControlId)
The unique identifier for the security control whose enablement status you want to update.
|
StandardsControlAssociationUpdate |
StandardsControlAssociationUpdate.withStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
|
StandardsControlAssociationUpdate |
StandardsControlAssociationUpdate.withUpdatedReason(String updatedReason)
The reason for updating the control's enablement status in the standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardsControlAssociationUpdate> |
BatchUpdateStandardsControlAssociationsRequest.getStandardsControlAssociationUpdates()
Updates the enablement status of a security control in a specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnprocessedStandardsControlAssociationUpdate.setStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
UnprocessedStandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.withStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
BatchUpdateStandardsControlAssociationsRequest |
BatchUpdateStandardsControlAssociationsRequest.withStandardsControlAssociationUpdates(StandardsControlAssociationUpdate... standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateStandardsControlAssociationsRequest.setStandardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
BatchUpdateStandardsControlAssociationsRequest |
BatchUpdateStandardsControlAssociationsRequest.withStandardsControlAssociationUpdates(Collection<StandardsControlAssociationUpdate> standardsControlAssociationUpdates)
Updates the enablement status of a security control in a specified standard.
|
Copyright © 2023. All rights reserved.