Class EnvironmentServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.EnvironmentService
public final class EnvironmentServiceImpl implements EnvironmentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEnvironmentServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EnvironmentService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EnvironmentServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. WorkServicework()BetaEnvironmentcreate(EnvironmentCreateParams params, RequestOptions requestOptions)BetaEnvironmentretrieve(EnvironmentRetrieveParams params, RequestOptions requestOptions)BetaEnvironmentupdate(EnvironmentUpdateParams params, RequestOptions requestOptions)EnvironmentListPagelist(EnvironmentListParams params, RequestOptions requestOptions)BetaEnvironmentDeleteResponsedelete(EnvironmentDeleteParams params, RequestOptions requestOptions)BetaEnvironmentarchive(EnvironmentArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.EnvironmentService
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
-
withRawResponse
EnvironmentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
EnvironmentService 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 work()
-
create
BetaEnvironment create(EnvironmentCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaEnvironment retrieve(EnvironmentRetrieveParams params, RequestOptions requestOptions)
-
update
BetaEnvironment update(EnvironmentUpdateParams params, RequestOptions requestOptions)
-
list
EnvironmentListPage list(EnvironmentListParams params, RequestOptions requestOptions)
-
delete
BetaEnvironmentDeleteResponse delete(EnvironmentDeleteParams params, RequestOptions requestOptions)
-
archive
BetaEnvironment archive(EnvironmentArchiveParams params, RequestOptions requestOptions)
-
-
-
-