Uses of Class
software.amazon.awssdk.services.databasemigration.model.EncodingTypeValue
-
Packages that use EncodingTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of EncodingTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EncodingTypeValue Modifier and Type Method Description EncodingTypeValueS3Settings. encodingType()The type of encoding you are using:static EncodingTypeValueEncodingTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncodingTypeValueEncodingTypeValue. valueOf(String name)Returns the enum constant of this type with the specified name.static EncodingTypeValue[]EncodingTypeValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type EncodingTypeValue Modifier and Type Method Description static Set<EncodingTypeValue>EncodingTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type EncodingTypeValue Modifier and Type Method Description S3Settings.BuilderS3Settings.Builder. encodingType(EncodingTypeValue encodingType)The type of encoding you are using:
-