| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
Key |
GetKeyResponse.key()
The key material, including the immutable and mutable data for the key.
|
Key |
ImportKeyResponse.key()
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
Key |
StopKeyUsageResponse.key()
The
KeyARN of the key. |
Key |
CreateKeyResponse.key()
The key material that contains all the key attributes.
|
Key |
RestoreKeyResponse.key()
The key material of the restored key.
|
Key |
DeleteKeyResponse.key()
The
KeyARN of the key that is scheduled for deletion. |
Key |
StartKeyUsageResponse.key()
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
| Modifier and Type | Method and Description |
|---|---|
GetKeyResponse.Builder |
GetKeyResponse.Builder.key(Key key)
The key material, including the immutable and mutable data for the key.
|
ImportKeyResponse.Builder |
ImportKeyResponse.Builder.key(Key key)
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
StopKeyUsageResponse.Builder |
StopKeyUsageResponse.Builder.key(Key key)
The
KeyARN of the key. |
CreateKeyResponse.Builder |
CreateKeyResponse.Builder.key(Key key)
The key material that contains all the key attributes.
|
RestoreKeyResponse.Builder |
RestoreKeyResponse.Builder.key(Key key)
The key material of the restored key.
|
DeleteKeyResponse.Builder |
DeleteKeyResponse.Builder.key(Key key)
The
KeyARN of the key that is scheduled for deletion. |
StartKeyUsageResponse.Builder |
StartKeyUsageResponse.Builder.key(Key key)
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
Copyright © 2023. All rights reserved.