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