Class VaultServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.VaultServiceAsync
public final class VaultServiceAsyncImpl implements VaultServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVaultServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.VaultServiceAsync
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
-
withRawResponse
VaultServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
VaultServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
credentials
CredentialServiceAsync credentials()
-
create
CompletableFuture<BetaManagedAgentsVault> create(VaultCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsVault> retrieve(VaultRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsVault> update(VaultUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<VaultListPageAsync> list(VaultListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<BetaManagedAgentsDeletedVault> delete(VaultDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsVault> archive(VaultArchiveParams params, RequestOptions requestOptions)
-
-
-
-