Class VaultServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.VaultService.WithRawResponse
public final class VaultServiceImpl.WithRawResponseImpl implements VaultService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description VaultService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CredentialService.WithRawResponsecredentials()HttpResponseFor<BetaManagedAgentsVault>create(VaultCreateParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsVault>retrieve(VaultRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsVault>update(VaultUpdateParams params, RequestOptions requestOptions)HttpResponseFor<VaultListPage>list(VaultListParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsDeletedVault>delete(VaultDeleteParams params, RequestOptions requestOptions)HttpResponseFor<BetaManagedAgentsVault>archive(VaultArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.blocking.beta.VaultService.WithRawResponse
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
-
withOptions
VaultService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
credentials
CredentialService.WithRawResponse credentials()
-
create
HttpResponseFor<BetaManagedAgentsVault> create(VaultCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<BetaManagedAgentsVault> retrieve(VaultRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<BetaManagedAgentsVault> update(VaultUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<VaultListPage> list(VaultListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<BetaManagedAgentsDeletedVault> delete(VaultDeleteParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<BetaManagedAgentsVault> archive(VaultArchiveParams params, RequestOptions requestOptions)
-
-
-
-