Uses of Class
software.amazon.awssdk.services.dynamodb.model.S3SseAlgorithm
-
Packages that use S3SseAlgorithm Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of S3SseAlgorithm in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return S3SseAlgorithm Modifier and Type Method Description static S3SseAlgorithm
S3SseAlgorithm. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3SseAlgorithm
ExportDescription. s3SseAlgorithm()
Type of encryption used on the bucket where export data is stored.S3SseAlgorithm
ExportTableToPointInTimeRequest. s3SseAlgorithm()
Type of encryption used on the bucket where export data will be stored.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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type S3SseAlgorithm Modifier and Type Method Description static Set<S3SseAlgorithm>
S3SseAlgorithm. knownValues()
Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type S3SseAlgorithm Modifier and Type Method Description ExportDescription.Builder
ExportDescription.Builder. s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data is stored.ExportTableToPointInTimeRequest.Builder
ExportTableToPointInTimeRequest.Builder. s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm)
Type of encryption used on the bucket where export data will be stored.
-