Class EnvironmentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.EnvironmentServiceAsync.WithRawResponse
public final class EnvironmentServiceAsyncImpl.WithRawResponseImpl implements EnvironmentServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.EnvironmentServiceAsync.WithRawResponse
archive, archive, archive, archive, archive, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
EnvironmentServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<BetaEnvironment>> create(EnvironmentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaEnvironment>> retrieve(EnvironmentRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaEnvironment>> update(EnvironmentUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<EnvironmentListPageAsync>> list(EnvironmentListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaEnvironmentDeleteResponse>> delete(EnvironmentDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaEnvironment>> archive(EnvironmentArchiveParams params, RequestOptions requestOptions)
-
-
-
-