Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
static S3SseAlgorithm |
S3SseAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
static S3SseAlgorithm |
S3SseAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3SseAlgorithm[] |
S3SseAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withS3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
|
ExportDescription |
ExportDescription.withS3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data is stored.
|
Copyright © 2020. All rights reserved.