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