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