| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.clone() |
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withAssociationStatus(AssociationStatus associationStatus)
The enablement status of a control in a specific standard.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withAssociationStatus(String associationStatus)
The enablement status of a control in a specific standard.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withRelatedRequirements(Collection<String> relatedRequirements)
The requirement that underlies this control in the compliance framework related to the standard.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withRelatedRequirements(String... relatedRequirements)
The requirement that underlies this control in the compliance framework related to the standard.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withSecurityControlArn(String securityControlArn)
The ARN of a control, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. |
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withSecurityControlId(String securityControlId)
A unique standard-agnostic identifier for a control.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of a standard.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withStandardsControlDescription(String standardsControlDescription)
The description of a control.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withStandardsControlTitle(String standardsControlTitle)
The title of a control.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withUpdatedAt(Date updatedAt)
The last time that a control's enablement status in a specified standard was updated.
|
StandardsControlAssociationSummary |
StandardsControlAssociationSummary.withUpdatedReason(String updatedReason)
The reason for updating the control's enablement status in a specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardsControlAssociationSummary> |
ListStandardsControlAssociationsResult.getStandardsControlAssociationSummaries()
An array that provides the enablement status and other details for each security control that applies to each
enabled standard.
|
| Modifier and Type | Method and Description |
|---|---|
ListStandardsControlAssociationsResult |
ListStandardsControlAssociationsResult.withStandardsControlAssociationSummaries(StandardsControlAssociationSummary... standardsControlAssociationSummaries)
An array that provides the enablement status and other details for each security control that applies to each
enabled standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStandardsControlAssociationsResult.setStandardsControlAssociationSummaries(Collection<StandardsControlAssociationSummary> standardsControlAssociationSummaries)
An array that provides the enablement status and other details for each security control that applies to each
enabled standard.
|
ListStandardsControlAssociationsResult |
ListStandardsControlAssociationsResult.withStandardsControlAssociationSummaries(Collection<StandardsControlAssociationSummary> standardsControlAssociationSummaries)
An array that provides the enablement status and other details for each security control that applies to each
enabled standard.
|
Copyright © 2023. All rights reserved.