Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.WrappedKeyMaterialFormat
-
Packages that use WrappedKeyMaterialFormat Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of WrappedKeyMaterialFormat in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return WrappedKeyMaterialFormat Modifier and Type Method Description static WrappedKeyMaterialFormatWrappedKeyMaterialFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WrappedKeyMaterialFormatWrappedKeyMaterialFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static WrappedKeyMaterialFormat[]WrappedKeyMaterialFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.WrappedKeyMaterialFormatWrappedKey. wrappedKeyMaterialFormat()The key block format of a wrapped key.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type WrappedKeyMaterialFormat Modifier and Type Method Description static Set<WrappedKeyMaterialFormat>WrappedKeyMaterialFormat. knownValues()Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type WrappedKeyMaterialFormat Modifier and Type Method Description WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)The key block format of a wrapped key.
-