Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncJobState
-
Packages that use SyncJobState Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of SyncJobState in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SyncJobState Modifier and Type Method Description static SyncJobStateSyncJobState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SyncJobStateCreateSyncJobResponse. state()The SyncJob response state.SyncJobStateDeleteSyncJobResponse. state()The SyncJob response state.SyncJobStateSyncJobStatus. state()The SyncJob status state.static SyncJobStateSyncJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncJobState[]SyncJobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SyncJobState Modifier and Type Method Description static Set<SyncJobState>SyncJobState. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncJobState Modifier and Type Method Description CreateSyncJobResponse.BuilderCreateSyncJobResponse.Builder. state(SyncJobState state)The SyncJob response state.DeleteSyncJobResponse.BuilderDeleteSyncJobResponse.Builder. state(SyncJobState state)The SyncJob response state.SyncJobStatus.BuilderSyncJobStatus.Builder. state(SyncJobState state)The SyncJob status state.
-