Uses of Class
software.amazon.encryption.s3.CommitmentPolicy
-
Packages that use CommitmentPolicy Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.internal -
-
Uses of CommitmentPolicy in software.amazon.encryption.s3
Methods in software.amazon.encryption.s3 that return CommitmentPolicy Modifier and Type Method Description static CommitmentPolicyCommitmentPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitmentPolicy[]CommitmentPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.encryption.s3 with parameters of type CommitmentPolicy Modifier and Type Method Description S3AsyncEncryptionClient.BuilderS3AsyncEncryptionClient.Builder. commitmentPolicy(CommitmentPolicy commitmentPolicy)Sets the commitment policy for this S3 encryption client.S3EncryptionClient.BuilderS3EncryptionClient.Builder. commitmentPolicy(CommitmentPolicy commitmentPolicy)Sets the commitment policy for this S3 encryption client. -
Uses of CommitmentPolicy in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal with parameters of type CommitmentPolicy Modifier and Type Method Description GetEncryptedObjectPipeline.BuilderGetEncryptedObjectPipeline.Builder. commitmentPolicy(CommitmentPolicy commitmentPolicy)
-