Package com.lithic.api.services.async
Class TokenizationDecisioningServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.TokenizationDecisioningServiceAsync.WithRawResponse
public final class TokenizationDecisioningServiceAsyncImpl.WithRawResponseImpl implements TokenizationDecisioningServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TokenizationDecisioningServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TokenizationSecret>>retrieveSecret(TokenizationDecisioningRetrieveSecretParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<TokenizationDecisioningRotateSecretResponse>>rotateSecret(TokenizationDecisioningRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.TokenizationDecisioningServiceAsync.WithRawResponse
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
-
withOptions
TokenizationDecisioningServiceAsync.WithRawResponse 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<HttpResponseFor<TokenizationSecret>> retrieveSecret(TokenizationDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponseFor<TokenizationDecisioningRotateSecretResponse>> rotateSecret(TokenizationDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-