Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.RestoreKeyRequest.Builder
-
Packages that use RestoreKeyRequest.Builder Package Description software.amazon.awssdk.services.paymentcryptography Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related cryptographic operations.software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of RestoreKeyRequest.Builder in software.amazon.awssdk.services.paymentcryptography
Method parameters in software.amazon.awssdk.services.paymentcryptography with type arguments of type RestoreKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<RestoreKeyResponse>PaymentCryptographyAsyncClient. restoreKey(Consumer<RestoreKeyRequest.Builder> restoreKeyRequest)Cancels a scheduled key deletion during the waiting period.default RestoreKeyResponsePaymentCryptographyClient. restoreKey(Consumer<RestoreKeyRequest.Builder> restoreKeyRequest)Cancels a scheduled key deletion during the waiting period. -
Uses of RestoreKeyRequest.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return RestoreKeyRequest.Builder Modifier and Type Method Description static RestoreKeyRequest.BuilderRestoreKeyRequest. builder()RestoreKeyRequest.BuilderRestoreKeyRequest.Builder. keyIdentifier(String keyIdentifier)TheKeyARNof the key to be restored within Amazon Web Services Payment Cryptography.RestoreKeyRequest.BuilderRestoreKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RestoreKeyRequest.BuilderRestoreKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RestoreKeyRequest.BuilderRestoreKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type RestoreKeyRequest.Builder Modifier and Type Method Description static Class<? extends RestoreKeyRequest.Builder>RestoreKeyRequest. serializableBuilderClass()
-