| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
SyncAction |
SyncResourceResponse.actionTaken()
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None. |
static SyncAction |
SyncAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SyncAction |
SyncAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncAction[] |
SyncAction.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<SyncAction> |
SyncAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SyncResourceResponse.Builder |
SyncResourceResponse.Builder.actionTaken(SyncAction actionTaken)
The results of the output if an application is associated with an ARN value, which could be
syncStarted or None. |
Copyright © 2022. All rights reserved.