Class EnvVarServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.EnvVarServiceAsync
public final class EnvVarServiceAsyncImpl implements EnvVarServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEnvVarServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EnvVarServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<EnvVar>create(EnvVarCreateParams params, RequestOptions requestOptions)CompletableFuture<EnvVar>retrieve(EnvVarRetrieveParams params, RequestOptions requestOptions)CompletableFuture<EnvVar>update(EnvVarUpdateParams params, RequestOptions requestOptions)CompletableFuture<EnvVarListResponse>list(EnvVarListParams params, RequestOptions requestOptions)CompletableFuture<EnvVar>delete(EnvVarDeleteParams params, RequestOptions requestOptions)CompletableFuture<EnvVar>replace(EnvVarReplaceParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
EnvVarServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<EnvVar> create(EnvVarCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<EnvVar> retrieve(EnvVarRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<EnvVar> update(EnvVarUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<EnvVarListResponse> list(EnvVarListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<EnvVar> delete(EnvVarDeleteParams params, RequestOptions requestOptions)
-
replace
CompletableFuture<EnvVar> replace(EnvVarReplaceParams params, RequestOptions requestOptions)
-
-
-
-