Uses of Class
software.amazon.awssdk.services.finspacedata.model.ChangeType
-
Packages that use ChangeType Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of ChangeType in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return ChangeType Modifier and Type Method Description ChangeTypeChangesetSummary. changeType()Type that indicates how a Changeset is applied to a Dataset.ChangeTypeCreateChangesetRequest. changeType()The option to indicate how a Changeset will be applied to a Dataset.ChangeTypeGetChangesetResponse. changeType()Type that indicates how a Changeset is applied to a Dataset.static ChangeTypeChangeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type ChangeType Modifier and Type Method Description static Set<ChangeType>ChangeType. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type ChangeType Modifier and Type Method Description ChangesetSummary.BuilderChangesetSummary.Builder. changeType(ChangeType changeType)Type that indicates how a Changeset is applied to a Dataset.CreateChangesetRequest.BuilderCreateChangesetRequest.Builder. changeType(ChangeType changeType)The option to indicate how a Changeset will be applied to a Dataset.GetChangesetResponse.BuilderGetChangesetResponse.Builder. changeType(ChangeType changeType)Type that indicates how a Changeset is applied to a Dataset.
-