| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedErrorCode |
UnprocessedSecurityControl.errorCode()
The error code for the unprocessed security control.
|
UnprocessedErrorCode |
UnprocessedStandardsControlAssociation.errorCode()
The error code for the unprocessed standard and control association.
|
UnprocessedErrorCode |
UnprocessedStandardsControlAssociationUpdate.errorCode()
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
static UnprocessedErrorCode |
UnprocessedErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UnprocessedErrorCode |
UnprocessedErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnprocessedErrorCode[] |
UnprocessedErrorCode.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<UnprocessedErrorCode> |
UnprocessedErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.Builder.errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed security control.
|
UnprocessedStandardsControlAssociation.Builder |
UnprocessedStandardsControlAssociation.Builder.errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed standard and control association.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.Builder.errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
Copyright © 2023. All rights reserved.