Package com.lithic.api.services.async
Interface TokenizationDecisioningServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface TokenizationDecisioningServiceAsync.WithRawResponseA view of TokenizationDecisioningServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract 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()
Returns a raw HTTP response for
get /v1/tokenization_decisioning/secret, but is otherwise the same as TokenizationDecisioningServiceAsync.retrieveSecret.
-
retrieveSecret
abstract CompletableFuture<HttpResponseFor<TokenizationSecret>> retrieveSecret(TokenizationDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
retrieveSecret
CompletableFuture<HttpResponseFor<TokenizationSecret>> retrieveSecret(TokenizationDecisioningRetrieveSecretParams params)
-
retrieveSecret
CompletableFuture<HttpResponseFor<TokenizationSecret>> retrieveSecret(RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponseFor<TokenizationDecisioningRotateSecretResponse>> rotateSecret()
Returns a raw HTTP response for
post /v1/tokenization_decisioning/secret/rotate, but is otherwise the same as TokenizationDecisioningServiceAsync.rotateSecret.
-
rotateSecret
abstract CompletableFuture<HttpResponseFor<TokenizationDecisioningRotateSecretResponse>> rotateSecret(TokenizationDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponseFor<TokenizationDecisioningRotateSecretResponse>> rotateSecret(TokenizationDecisioningRotateSecretParams params)
-
rotateSecret
CompletableFuture<HttpResponseFor<TokenizationDecisioningRotateSecretResponse>> rotateSecret(RequestOptions requestOptions)
-
-
-
-