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