Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.Key
-
Packages that use Key Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of Key in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return Key Modifier and Type Method Description KeyCreateKeyResponse. key()The key material that contains all the key attributes.KeyDeleteKeyResponse. key()TheKeyARNof the key that is scheduled for deletion.KeyGetKeyResponse. key()The key material, including the immutable and mutable data for the key.KeyImportKeyResponse. key()TheKeyARNof the key material imported within Amazon Web Services Payment Cryptography.KeyRestoreKeyResponse. key()The key material of the restored key.KeyStartKeyUsageResponse. key()TheKeyARNof the Amazon Web Services Payment Cryptography key activated for use.KeyStopKeyUsageResponse. key()TheKeyARNof the key.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type Key Modifier and Type Method Description CreateKeyResponse.BuilderCreateKeyResponse.Builder. key(Key key)The key material that contains all the key attributes.DeleteKeyResponse.BuilderDeleteKeyResponse.Builder. key(Key key)TheKeyARNof the key that is scheduled for deletion.GetKeyResponse.BuilderGetKeyResponse.Builder. key(Key key)The key material, including the immutable and mutable data for the key.ImportKeyResponse.BuilderImportKeyResponse.Builder. key(Key key)TheKeyARNof the key material imported within Amazon Web Services Payment Cryptography.RestoreKeyResponse.BuilderRestoreKeyResponse.Builder. key(Key key)The key material of the restored key.StartKeyUsageResponse.BuilderStartKeyUsageResponse.Builder. key(Key key)TheKeyARNof the Amazon Web Services Payment Cryptography key activated for use.StopKeyUsageResponse.BuilderStopKeyUsageResponse.Builder. key(Key key)TheKeyARNof the key.
-