Uses of Enum
software.amazon.awssdk.services.kms.model.OriginType
Packages that use OriginType
-
Uses of OriginType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return OriginTypeModifier and TypeMethodDescriptionstatic OriginTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OriginTypeDeriveSharedSecretResponse.keyOrigin()The source of the key material for the specified KMS key.final OriginTypeCreateKeyRequest.origin()The source of the key material for the KMS key.final OriginTypeKeyMetadata.origin()The source of the key material for the KMS key.static OriginTypeReturns the enum constant of this type with the specified name.static OriginType[]OriginType.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 OriginTypeMethods in software.amazon.awssdk.services.kms.model with parameters of type OriginTypeModifier and TypeMethodDescriptionDeriveSharedSecretResponse.Builder.keyOrigin(OriginType keyOrigin) The source of the key material for the specified KMS key.CreateKeyRequest.Builder.origin(OriginType origin) The source of the key material for the KMS key.KeyMetadata.Builder.origin(OriginType origin) The source of the key material for the KMS key.