Uses of Enum
software.amazon.awssdk.services.kms.model.MultiRegionKeyType
Packages that use MultiRegionKeyType
-
Uses of MultiRegionKeyType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return MultiRegionKeyTypeModifier and TypeMethodDescriptionstatic MultiRegionKeyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MultiRegionKeyTypeMultiRegionConfiguration.multiRegionKeyType()Indicates whether the KMS key is aPRIMARYorREPLICAkey.static MultiRegionKeyTypeReturns 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 MultiRegionKeyTypeModifier and TypeMethodDescriptionstatic Set<MultiRegionKeyType>MultiRegionKeyType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type MultiRegionKeyTypeModifier and TypeMethodDescriptionMultiRegionConfiguration.Builder.multiRegionKeyType(MultiRegionKeyType multiRegionKeyType) Indicates whether the KMS key is aPRIMARYorREPLICAkey.