| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationStatus |
StandardsControlAssociationSummary.associationStatus()
The enablement status of a control in a specific standard.
|
AssociationStatus |
StandardsControlAssociationDetail.associationStatus()
Specifies whether a control is enabled or disabled in a specified standard.
|
AssociationStatus |
StandardsControlAssociationUpdate.associationStatus()
The desired enablement status of the control in the standard.
|
static AssociationStatus |
AssociationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AssociationStatus |
AssociationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationStatus[] |
AssociationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AssociationStatus> |
AssociationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationSummary.Builder |
StandardsControlAssociationSummary.Builder.associationStatus(AssociationStatus associationStatus)
The enablement status of a control in a specific standard.
|
StandardsControlAssociationDetail.Builder |
StandardsControlAssociationDetail.Builder.associationStatus(AssociationStatus associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
|
StandardsControlAssociationUpdate.Builder |
StandardsControlAssociationUpdate.Builder.associationStatus(AssociationStatus associationStatus)
The desired enablement status of the control in the standard.
|
Copyright © 2023. All rights reserved.