Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyExportability
-
Packages that use KeyExportability Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyExportability in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyExportability Modifier and Type Method Description static KeyExportabilityKeyExportability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyExportabilityKeyBlockHeaders. keyExportability()Specifies subsequent exportability of the key within the key block after it is received by the receiving party.static KeyExportabilityKeyExportability. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyExportability[]KeyExportability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeyExportability Modifier and Type Method Description static Set<KeyExportability>KeyExportability. knownValues()Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyExportability Modifier and Type Method Description KeyBlockHeaders.BuilderKeyBlockHeaders.Builder. keyExportability(KeyExportability keyExportability)Specifies subsequent exportability of the key within the key block after it is received by the receiving party.
-