| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
EncodingTypeValue |
S3Settings.encodingType()
The type of encoding you are using:
|
static EncodingTypeValue |
EncodingTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EncodingTypeValue |
EncodingTypeValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EncodingTypeValue> |
EncodingTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Settings.Builder |
S3Settings.Builder.encodingType(EncodingTypeValue encodingType)
The type of encoding you are using:
|
Copyright © 2023. All rights reserved.