| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related
cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
GetKeyResult |
AWSPaymentCryptographyClient.getKey(GetKeyRequest request)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
GetKeyResult |
AWSPaymentCryptography.getKey(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
GetKeyResult |
AbstractAWSPaymentCryptography.getKey(GetKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyResult> |
AbstractAWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest request) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsyncClient.getKeyAsync(GetKeyRequest request) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
Future<GetKeyResult> |
AbstractAWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsyncClient.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest getKeyRequest,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyResult> |
AbstractAWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsyncClient.getKeyAsync(GetKeyRequest request,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler) |
Future<GetKeyResult> |
AWSPaymentCryptographyAsync.getKeyAsync(GetKeyRequest getKeyRequest,
AsyncHandler<GetKeyRequest,GetKeyResult> asyncHandler)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyResult |
GetKeyResult.clone() |
GetKeyResult |
GetKeyResult.withKey(Key key)
The key material, including the immutable and mutable data for the key.
|
Copyright © 2024. All rights reserved.