Package com.lithic.api.services.async
Class AuthStreamEnrollmentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.AuthStreamEnrollmentServiceAsync
public final class AuthStreamEnrollmentServiceAsyncImpl implements AuthStreamEnrollmentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthStreamEnrollmentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuthStreamEnrollmentServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuthStreamEnrollmentServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<AuthStreamSecret>retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)CompletableFuture<Void>rotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.AuthStreamEnrollmentServiceAsync
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
AuthStreamEnrollmentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuthStreamEnrollmentServiceAsync 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<AuthStreamSecret> retrieveSecret(AuthStreamEnrollmentRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<Void> rotateSecret(AuthStreamEnrollmentRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-