Enum S3EncryptionMode
- All Implemented Interfaces:
Serializable,Comparable<S3EncryptionMode>,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:30.153Z")
@Stability(Deprecated)
@Deprecated
public enum S3EncryptionMode
extends Enum<S3EncryptionMode>
Deprecated.
(deprecated) Encryption mode for S3.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic S3EncryptionModeDeprecated.Returns the enum constant of this type with the specified name.static S3EncryptionMode[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
S3_MANAGED
Deprecated.(deprecated) Server side encryption (SSE) with an Amazon S3-managed key.- See Also:
-
KMS
Deprecated.(deprecated) Server-side encryption (SSE) with an AWS KMS key managed by the account owner.- See Also:
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-