Class EnvironmentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.EnvironmentService.WithRawResponse
public final class EnvironmentServiceImpl.WithRawResponseImpl implements EnvironmentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description EnvironmentService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. WorkService.WithRawResponsework()HttpResponseFor<BetaEnvironment>create(EnvironmentCreateParams params, RequestOptions requestOptions)HttpResponseFor<BetaEnvironment>retrieve(EnvironmentRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<BetaEnvironment>update(EnvironmentUpdateParams params, RequestOptions requestOptions)HttpResponseFor<EnvironmentListPage>list(EnvironmentListParams params, RequestOptions requestOptions)HttpResponseFor<BetaEnvironmentDeleteResponse>delete(EnvironmentDeleteParams params, RequestOptions requestOptions)HttpResponseFor<BetaEnvironment>archive(EnvironmentArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.EnvironmentService.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
EnvironmentService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
work
WorkService.WithRawResponse work()
-
create
HttpResponseFor<BetaEnvironment> create(EnvironmentCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<BetaEnvironment> retrieve(EnvironmentRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<BetaEnvironment> update(EnvironmentUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<EnvironmentListPage> list(EnvironmentListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<BetaEnvironmentDeleteResponse> delete(EnvironmentDeleteParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<BetaEnvironment> archive(EnvironmentArchiveParams params, RequestOptions requestOptions)
-
-
-
-