| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static ChangeStatus |
ChangeStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ChangeStatus |
ChangeSetSummaryListItem.status()
The current status of the change set.
|
ChangeStatus |
DescribeChangeSetResponse.status()
The status of the change request.
|
static ChangeStatus |
ChangeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeStatus[] |
ChangeStatus.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<ChangeStatus> |
ChangeStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.status(ChangeStatus status)
The current status of the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.status(ChangeStatus status)
The status of the change request.
|
Copyright © 2023. All rights reserved.