Uses of Class
software.amazon.awssdk.services.s3.model.ObjectEncryption.Type
-
Packages that use ObjectEncryption.Type Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectEncryption.Type in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectEncryption.Type Modifier and Type Method Description ObjectEncryption.TypeObjectEncryption. type()Retrieve an enum value representing which member of this object is populated.static ObjectEncryption.TypeObjectEncryption.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectEncryption.Type[]ObjectEncryption.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-