Package com.anthropic.services.async
Class BetaServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.BetaServiceAsync.WithRawResponse
public final class BetaServiceAsyncImpl.WithRawResponseImpl implements BetaServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BetaServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ModelServiceAsync.WithRawResponsemodels()MessageServiceAsync.WithRawResponsemessages()AgentServiceAsync.WithRawResponseagents()EnvironmentServiceAsync.WithRawResponseenvironments()SessionServiceAsync.WithRawResponsesessions()DeploymentServiceAsync.WithRawResponsedeployments()DeploymentRunServiceAsync.WithRawResponsedeploymentRuns()VaultServiceAsync.WithRawResponsevaults()MemoryStoreServiceAsync.WithRawResponsememoryStores()FileServiceAsync.WithRawResponsefiles()SkillServiceAsync.WithRawResponseskills()WebhookServiceAsync.WithRawResponsewebhooks()UserProfileServiceAsync.WithRawResponseuserProfiles()-
-
Method Detail
-
withOptions
BetaServiceAsync.WithRawResponse 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.WithRawResponse models()
-
messages
MessageServiceAsync.WithRawResponse messages()
-
agents
AgentServiceAsync.WithRawResponse agents()
-
environments
EnvironmentServiceAsync.WithRawResponse environments()
-
sessions
SessionServiceAsync.WithRawResponse sessions()
-
deployments
DeploymentServiceAsync.WithRawResponse deployments()
-
deploymentRuns
DeploymentRunServiceAsync.WithRawResponse deploymentRuns()
-
vaults
VaultServiceAsync.WithRawResponse vaults()
-
memoryStores
MemoryStoreServiceAsync.WithRawResponse memoryStores()
-
skills
SkillServiceAsync.WithRawResponse skills()
-
webhooks
WebhookServiceAsync.WithRawResponse webhooks()
-
userProfiles
UserProfileServiceAsync.WithRawResponse userProfiles()
-
-
-
-