Uses of Class
software.amazon.awssdk.services.kms.model.ExpirationModelType
-
Packages that use ExpirationModelType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ExpirationModelType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ExpirationModelType Modifier and Type Method Description ExpirationModelTypeImportKeyMaterialRequest. expirationModel()Specifies whether the key material expires.ExpirationModelTypeKeyMetadata. expirationModel()Specifies whether the KMS key's key material expires.static ExpirationModelTypeExpirationModelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExpirationModelTypeExpirationModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpirationModelType[]ExpirationModelType. 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 ExpirationModelType Modifier and Type Method Description static Set<ExpirationModelType>ExpirationModelType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ExpirationModelType Modifier and Type Method Description ImportKeyMaterialRequest.BuilderImportKeyMaterialRequest.Builder. expirationModel(ExpirationModelType expirationModel)Specifies whether the key material expires.KeyMetadata.BuilderKeyMetadata.Builder. expirationModel(ExpirationModelType expirationModel)Specifies whether the KMS key's key material expires.
-