Uses of Interface
software.amazon.awssdk.services.glacier.model.Encryption.Builder
-
Packages that use Encryption.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of Encryption.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return Encryption.Builder Modifier and Type Method Description static Encryption.BuilderEncryption. builder()Encryption.BuilderEncryption.Builder. encryptionType(String encryptionType)The server-side encryption algorithm used when storing job results in Amazon S3, for exampleAES256oraws:kms.Encryption.BuilderEncryption.Builder. encryptionType(EncryptionType encryptionType)The server-side encryption algorithm used when storing job results in Amazon S3, for exampleAES256oraws:kms.Encryption.BuilderEncryption.Builder. kmsContext(String kmsContext)Optional.Encryption.BuilderEncryption.Builder. kmsKeyId(String kmsKeyId)The AWS KMS key ID to use for object encryption.Encryption.BuilderEncryption. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type Encryption.Builder Modifier and Type Method Description static Class<? extends Encryption.Builder>Encryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type Encryption.Builder Modifier and Type Method Description default S3Location.BuilderS3Location.Builder. encryption(Consumer<Encryption.Builder> encryption)Contains information about the encryption used to store the job results in Amazon S3.
-