Class AclServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.AclServiceAsync
public final class AclServiceAsyncImpl implements AclServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAclServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AclServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<Acl>create(AclCreateParams params, RequestOptions requestOptions)CompletableFuture<Acl>retrieve(AclRetrieveParams params, RequestOptions requestOptions)CompletableFuture<AclListPageAsync>list(AclListParams params, RequestOptions requestOptions)CompletableFuture<Acl>delete(AclDeleteParams params, RequestOptions requestOptions)CompletableFuture<AclBatchUpdateResponse>batchUpdate(AclBatchUpdateParams params, RequestOptions requestOptions)CompletableFuture<Acl>findAndDelete(AclFindAndDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.braintrustdata.api.services.async.AclServiceAsync
batchUpdate, batchUpdate, batchUpdate, create, delete, findAndDelete, list, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AclServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<Acl> create(AclCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Acl> retrieve(AclRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AclListPageAsync> list(AclListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Acl> delete(AclDeleteParams params, RequestOptions requestOptions)
-
batchUpdate
CompletableFuture<AclBatchUpdateResponse> batchUpdate(AclBatchUpdateParams params, RequestOptions requestOptions)
-
findAndDelete
CompletableFuture<Acl> findAndDelete(AclFindAndDeleteParams params, RequestOptions requestOptions)
-
-
-
-