Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.SyncAction
-
Packages that use SyncAction Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of SyncAction in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return SyncAction Modifier and Type Method Description SyncActionSyncResourceResponse. actionTaken()The results of the output if an application is associated with an ARN value, which could besyncStartedor None.static SyncActionSyncAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SyncActionSyncAction. 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.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type SyncAction Modifier and Type Method Description static Set<SyncAction>SyncAction. knownValues()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type SyncAction Modifier and Type Method Description SyncResourceResponse.BuilderSyncResourceResponse.Builder. actionTaken(SyncAction actionTaken)The results of the output if an application is associated with an ARN value, which could besyncStartedor None.
-