Class CredentialServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.vaults.CredentialServiceAsync
public final class CredentialServiceAsyncImpl implements CredentialServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCredentialServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.vaults.CredentialServiceAsync
archive, archive, archive, create, create, create, delete, delete, delete, list, list, list, list, list, mcpOAuthValidate, mcpOAuthValidate, mcpOAuthValidate, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
CredentialServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CredentialServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<BetaManagedAgentsCredential> create(CredentialCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsCredential> retrieve(CredentialRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsCredential> update(CredentialUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CredentialListPageAsync> list(CredentialListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<BetaManagedAgentsDeletedCredential> delete(CredentialDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsCredential> archive(CredentialArchiveParams params, RequestOptions requestOptions)
-
mcpOAuthValidate
CompletableFuture<BetaManagedAgentsCredentialValidation> mcpOAuthValidate(CredentialMcpOAuthValidateParams params, RequestOptions requestOptions)
-
-
-
-