| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedStandardsControlAssociation |
UnprocessedStandardsControlAssociation.clone() |
UnprocessedStandardsControlAssociation |
UnprocessedStandardsControlAssociation.withErrorCode(String errorCode)
The error code for the unprocessed standard and control association.
|
UnprocessedStandardsControlAssociation |
UnprocessedStandardsControlAssociation.withErrorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed standard and control association.
|
UnprocessedStandardsControlAssociation |
UnprocessedStandardsControlAssociation.withErrorReason(String errorReason)
The reason why the standard and control association was unprocessed.
|
UnprocessedStandardsControlAssociation |
UnprocessedStandardsControlAssociation.withStandardsControlAssociationId(StandardsControlAssociationId standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedStandardsControlAssociation> |
BatchGetStandardsControlAssociationsResult.getUnprocessedAssociations()
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withUnprocessedAssociations(UnprocessedStandardsControlAssociation... unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetStandardsControlAssociationsResult.setUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withUnprocessedAssociations(Collection<UnprocessedStandardsControlAssociation> unprocessedAssociations)
A security control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) whose enablement status in a specified standard cannot be returned. |
Copyright © 2024. All rights reserved.