Uses of Enum
software.amazon.awssdk.services.dynamodb.model.S3SseAlgorithm
Packages that use S3SseAlgorithm
-
Uses of S3SseAlgorithm in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return S3SseAlgorithmModifier and TypeMethodDescriptionstatic S3SseAlgorithmUse this in place of valueOf to convert the raw string returned by the service into the enum value.final S3SseAlgorithmExportDescription.s3SseAlgorithm()Type of encryption used on the bucket where export data is stored.final S3SseAlgorithmExportTableToPointInTimeRequest.s3SseAlgorithm()Type of encryption used on the bucket where export data will be stored.static S3SseAlgorithmReturns 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 S3SseAlgorithmMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type S3SseAlgorithmModifier and TypeMethodDescriptionExportDescription.Builder.s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm) Type of encryption used on the bucket where export data is stored.ExportTableToPointInTimeRequest.Builder.s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm) Type of encryption used on the bucket where export data will be stored.