| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.clone() |
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withAssociationStatus(AssociationStatus associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withAssociationStatus(String associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withRelatedRequirements(Collection<String> relatedRequirements)
The requirement that underlies a control in the compliance framework related to the standard.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withRelatedRequirements(String... relatedRequirements)
The requirement that underlies a control in the compliance framework related to the standard.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withSecurityControlArn(String securityControlArn)
The ARN of a security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. |
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withSecurityControlId(String securityControlId)
The unique identifier of a security control across standards.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withStandardsArn(String standardsArn)
The Amazon Resource Name (ARN) of a security standard.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withStandardsControlArns(Collection<String> standardsControlArns)
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withStandardsControlArns(String... standardsControlArns)
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withStandardsControlDescription(String standardsControlDescription)
The description of a control.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withStandardsControlTitle(String standardsControlTitle)
The title of a control.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withUpdatedAt(Date updatedAt)
The time at which the enablement status of the control in the specified standard was last updated.
|
StandardsControlAssociationDetail |
StandardsControlAssociationDetail.withUpdatedReason(String updatedReason)
The reason for updating the enablement status of a control in a specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
List<StandardsControlAssociationDetail> |
BatchGetStandardsControlAssociationsResult.getStandardsControlAssociationDetails()
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withStandardsControlAssociationDetails(StandardsControlAssociationDetail... standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetStandardsControlAssociationsResult.setStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
BatchGetStandardsControlAssociationsResult |
BatchGetStandardsControlAssociationsResult.withStandardsControlAssociationDetails(Collection<StandardsControlAssociationDetail> standardsControlAssociationDetails)
Provides the enablement status of a security control in a specified standard and other details for the control in
relation to the specified standard.
|
Copyright © 2023. All rights reserved.