| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static JobErrorLimitName |
JobErrorLimitName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobErrorLimitName |
JobError.limitName()
The name of the limit that was reached.
|
static JobErrorLimitName |
JobErrorLimitName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobErrorLimitName[] |
JobErrorLimitName.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<JobErrorLimitName> |
JobErrorLimitName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobError.Builder |
JobError.Builder.limitName(JobErrorLimitName limitName)
The name of the limit that was reached.
|
Copyright © 2023. All rights reserved.