Class CredentialServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.vaults.CredentialService
public final class CredentialServiceImpl implements CredentialService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCredentialServiceImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.blocking.beta.vaults.CredentialService
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
CredentialService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CredentialService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
BetaManagedAgentsCredential create(CredentialCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsCredential retrieve(CredentialRetrieveParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsCredential update(CredentialUpdateParams params, RequestOptions requestOptions)
-
list
CredentialListPage list(CredentialListParams params, RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedCredential delete(CredentialDeleteParams params, RequestOptions requestOptions)
-
archive
BetaManagedAgentsCredential archive(CredentialArchiveParams params, RequestOptions requestOptions)
-
mcpOAuthValidate
BetaManagedAgentsCredentialValidation mcpOAuthValidate(CredentialMcpOAuthValidateParams params, RequestOptions requestOptions)
-
-
-
-