Class AiSecretServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.AiSecretServiceAsync
public final class AiSecretServiceAsyncImpl implements AiSecretServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAiSecretServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AiSecretServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<AISecret>create(AiSecretCreateParams params, RequestOptions requestOptions)CompletableFuture<AISecret>retrieve(AiSecretRetrieveParams params, RequestOptions requestOptions)CompletableFuture<AISecret>update(AiSecretUpdateParams params, RequestOptions requestOptions)CompletableFuture<AiSecretListPageAsync>list(AiSecretListParams params, RequestOptions requestOptions)CompletableFuture<AISecret>delete(AiSecretDeleteParams params, RequestOptions requestOptions)CompletableFuture<AISecret>findAndDelete(AiSecretFindAndDeleteParams params, RequestOptions requestOptions)CompletableFuture<AISecret>replace(AiSecretReplaceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AiSecretServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<AISecret> create(AiSecretCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<AISecret> retrieve(AiSecretRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<AISecret> update(AiSecretUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AiSecretListPageAsync> list(AiSecretListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<AISecret> delete(AiSecretDeleteParams params, RequestOptions requestOptions)
-
findAndDelete
CompletableFuture<AISecret> findAndDelete(AiSecretFindAndDeleteParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<AISecret> replace(AiSecretReplaceParams params, RequestOptions requestOptions)
-
-
-
-