Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.SyncJobState
Packages that use SyncJobState
-
Uses of SyncJobState in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SyncJobStateModifier and TypeMethodDescriptionstatic SyncJobStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SyncJobStateCreateSyncJobResponse.state()The SyncJob response state.final SyncJobStateDeleteSyncJobResponse.state()The SyncJob response state.final SyncJobStateSyncJobStatus.state()The SyncJob status state.static SyncJobStateReturns 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 SyncJobStateMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncJobStateModifier and TypeMethodDescriptionCreateSyncJobResponse.Builder.state(SyncJobState state) The SyncJob response state.DeleteSyncJobResponse.Builder.state(SyncJobState state) The SyncJob response state.SyncJobStatus.Builder.state(SyncJobState state) The SyncJob status state.