@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.771Z") @Stability(value=Experimental) public enum ServerSideEncryption extends Enum<ServerSideEncryption>
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#SysMetadata| Modifier and Type | Method and Description |
|---|---|
static ServerSideEncryption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSideEncryption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ServerSideEncryption AES_256
@Stability(value=Experimental) public static final ServerSideEncryption AWS_KMS
public static ServerSideEncryption[] values()
for (ServerSideEncryption c : ServerSideEncryption.values()) System.out.println(c);
public static ServerSideEncryption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.