Interface VaultServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface VaultServiceAsync.WithRawResponseA view of VaultServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract VaultServiceAsync.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
abstract CredentialServiceAsync.WithRawResponse credentials()
-
create
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> create(VaultCreateParams params)
Returns a raw HTTP response for
post /v1/vaults?beta=true, but is otherwise the same as VaultServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> create(VaultCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> retrieve(String vaultId)
Returns a raw HTTP response for
get /v1/vaults/{vault_id}?beta=true, but is otherwise the same as VaultServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> retrieve(String vaultId, VaultRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> retrieve(String vaultId, VaultRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> retrieve(VaultRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> retrieve(VaultRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> retrieve(String vaultId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> update(String vaultId)
Returns a raw HTTP response for
post /v1/vaults/{vault_id}?beta=true, but is otherwise the same as VaultServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> update(String vaultId, VaultUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> update(String vaultId, VaultUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> update(VaultUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> update(VaultUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> update(String vaultId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<VaultListPageAsync>> list()
Returns a raw HTTP response for
get /v1/vaults?beta=true, but is otherwise the same as VaultServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<VaultListPageAsync>> list(VaultListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<VaultListPageAsync>> list(VaultListParams params)
-
list
CompletableFuture<HttpResponseFor<VaultListPageAsync>> list(RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedVault>> delete(String vaultId)
Returns a raw HTTP response for
delete /v1/vaults/{vault_id}?beta=true, but is otherwise the same as VaultServiceAsync.delete.
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedVault>> delete(String vaultId, VaultDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedVault>> delete(String vaultId, VaultDeleteParams params)
-
delete
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedVault>> delete(VaultDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedVault>> delete(VaultDeleteParams params)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedVault>> delete(String vaultId, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> archive(String vaultId)
Returns a raw HTTP response for
post /v1/vaults/{vault_id}/archive?beta=true, but is otherwise the same as VaultServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> archive(String vaultId, VaultArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> archive(String vaultId, VaultArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> archive(VaultArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> archive(VaultArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsVault>> archive(String vaultId, RequestOptions requestOptions)
-
-
-
-