Uses of Enum
software.amazon.awssdk.services.s3.model.TableSseAlgorithm
Packages that use TableSseAlgorithm
-
Uses of TableSseAlgorithm in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return TableSseAlgorithmModifier and TypeMethodDescriptionstatic TableSseAlgorithmUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TableSseAlgorithmMetadataTableEncryptionConfiguration.sseAlgorithm()The encryption type specified for a metadata table.static TableSseAlgorithmReturns the enum constant of this type with the specified name.static TableSseAlgorithm[]TableSseAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type TableSseAlgorithmMethods in software.amazon.awssdk.services.s3.model with parameters of type TableSseAlgorithmModifier and TypeMethodDescriptionMetadataTableEncryptionConfiguration.Builder.sseAlgorithm(TableSseAlgorithm sseAlgorithm) The encryption type specified for a metadata table.