Uses of Class
software.amazon.awssdk.services.kms.model.OriginType
-
Packages that use OriginType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of OriginType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return OriginType Modifier and Type Method Description static OriginTypeOriginType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginTypeDeriveSharedSecretResponse. keyOrigin()The source of the key material for the specified KMS key.OriginTypeCreateKeyRequest. origin()The source of the key material for the KMS key.OriginTypeKeyMetadata. origin()The source of the key material for the KMS key.static OriginTypeOriginType. valueOf(String name)Returns 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 OriginType Modifier and Type Method Description static Set<OriginType>OriginType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type OriginType Modifier and Type Method Description DeriveSharedSecretResponse.BuilderDeriveSharedSecretResponse.Builder. keyOrigin(OriginType keyOrigin)The source of the key material for the specified KMS key.CreateKeyRequest.BuilderCreateKeyRequest.Builder. origin(OriginType origin)The source of the key material for the KMS key.KeyMetadata.BuilderKeyMetadata.Builder. origin(OriginType origin)The source of the key material for the KMS key.
-