Package com.anthropic.services.async
Class BetaServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.BetaServiceAsync
public final class BetaServiceAsyncImpl implements BetaServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BetaServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BetaServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ModelServiceAsyncmodels()MessageServiceAsyncmessages()AgentServiceAsyncagents()EnvironmentServiceAsyncenvironments()SessionServiceAsyncsessions()DeploymentServiceAsyncdeployments()DeploymentRunServiceAsyncdeploymentRuns()VaultServiceAsyncvaults()MemoryStoreServiceAsyncmemoryStores()FileServiceAsyncfiles()SkillServiceAsyncskills()WebhookServiceAsyncwebhooks()UserProfileServiceAsyncuserProfiles()-
-
Method Detail
-
withRawResponse
BetaServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
BetaServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
models
ModelServiceAsync models()
-
messages
MessageServiceAsync messages()
-
agents
AgentServiceAsync agents()
-
environments
EnvironmentServiceAsync environments()
-
sessions
SessionServiceAsync sessions()
-
deployments
DeploymentServiceAsync deployments()
-
deploymentRuns
DeploymentRunServiceAsync deploymentRuns()
-
vaults
VaultServiceAsync vaults()
-
memoryStores
MemoryStoreServiceAsync memoryStores()
-
files
FileServiceAsync files()
-
skills
SkillServiceAsync skills()
-
webhooks
WebhookServiceAsync webhooks()
-
userProfiles
UserProfileServiceAsync userProfiles()
-
-
-
-