Uses of Class
software.amazon.awssdk.services.kms.model.MultiRegionKeyType
-
Packages that use MultiRegionKeyType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of MultiRegionKeyType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MultiRegionKeyType Modifier and Type Method Description static MultiRegionKeyTypeMultiRegionKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MultiRegionKeyTypeMultiRegionConfiguration. multiRegionKeyType()Indicates whether the KMS key is aPRIMARYorREPLICAkey.static MultiRegionKeyTypeMultiRegionKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiRegionKeyType[]MultiRegionKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type MultiRegionKeyType Modifier and Type Method Description static Set<MultiRegionKeyType>MultiRegionKeyType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type MultiRegionKeyType Modifier and Type Method Description MultiRegionConfiguration.BuilderMultiRegionConfiguration.Builder. multiRegionKeyType(MultiRegionKeyType multiRegionKeyType)Indicates whether the KMS key is aPRIMARYorREPLICAkey.
-