Package com.lithic.api.services.async
Class TokenizationDecisioningServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.TokenizationDecisioningServiceAsync
public final class TokenizationDecisioningServiceAsyncImpl implements TokenizationDecisioningServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenizationDecisioningServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TokenizationDecisioningServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TokenizationDecisioningServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<TokenizationSecret>retrieveSecret(TokenizationDecisioningRetrieveSecretParams params, RequestOptions requestOptions)CompletableFuture<TokenizationDecisioningRotateSecretResponse>rotateSecret(TokenizationDecisioningRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.TokenizationDecisioningServiceAsync
retrieveSecret, retrieveSecret, retrieveSecret, rotateSecret, rotateSecret, rotateSecret -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
TokenizationDecisioningServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TokenizationDecisioningServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveSecret
CompletableFuture<TokenizationSecret> retrieveSecret(TokenizationDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<TokenizationDecisioningRotateSecretResponse> rotateSecret(TokenizationDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-