Java com.amazonaws.services.s3.model CryptoConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model CryptoConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model CryptoConfiguration.

The text is from its open source code.

Constructor

CryptoConfiguration()
Creates a new CryptoConfiguration object with default storage mode and crypto provider settings.

Method

voidsetAwsKmsRegion(Region awsKmsRegion)
Sets the KMS region for the AWS KMS client when such client is internally instantiated instead of externally passed in by users; or null if no explicit KMS region is explicitly configured.This KMS region parameter is ignored when the AWS KMS client of the S3 encryption client is explicitly passed in by the users, instead of being implicitly created.
voidsetCryptoMode(CryptoMode cryptoMode)
Sets the crypto mode; applicable only to the S3 encryption client.
voidsetIgnoreMissingInstructionFile(boolean ignoreMissingInstructionFile)
voidsetStorageMode(CryptoStorageMode storageMode)
Sets the storage mode to the specified mode.