| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedStandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.clone() |
UnprocessedStandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.withErrorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.withErrorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.withErrorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
|
UnprocessedStandardsControlAssociationUpdate |
UnprocessedStandardsControlAssociationUpdate.withStandardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedStandardsControlAssociationUpdate> |
BatchUpdateStandardsControlAssociationsResult.getUnprocessedAssociationUpdates()
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateStandardsControlAssociationsResult |
BatchUpdateStandardsControlAssociationsResult.withUnprocessedAssociationUpdates(UnprocessedStandardsControlAssociationUpdate... unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateStandardsControlAssociationsResult.setUnprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
BatchUpdateStandardsControlAssociationsResult |
BatchUpdateStandardsControlAssociationsResult.withUnprocessedAssociationUpdates(Collection<UnprocessedStandardsControlAssociationUpdate> unprocessedAssociationUpdates)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard couldn't be updated. |
Copyright © 2023. All rights reserved.