Uses of Enum
software.amazon.awssdk.services.kms.model.ExpirationModelType
Packages that use ExpirationModelType
-
Uses of ExpirationModelType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ExpirationModelTypeModifier and TypeMethodDescriptionfinal ExpirationModelTypeImportKeyMaterialRequest.expirationModel()Specifies whether the key material expires.final ExpirationModelTypeKeyMetadata.expirationModel()Specifies whether the KMS key's key material expires.final ExpirationModelTypeRotationsListEntry.expirationModel()Indicates if the key material is configured to automatically expire.static ExpirationModelTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExpirationModelTypeReturns 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 ExpirationModelTypeModifier and TypeMethodDescriptionstatic Set<ExpirationModelType>ExpirationModelType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ExpirationModelTypeModifier and TypeMethodDescriptionImportKeyMaterialRequest.Builder.expirationModel(ExpirationModelType expirationModel) Specifies whether the key material expires.KeyMetadata.Builder.expirationModel(ExpirationModelType expirationModel) Specifies whether the KMS key's key material expires.RotationsListEntry.Builder.expirationModel(ExpirationModelType expirationModel) Indicates if the key material is configured to automatically expire.