Uses of Class
com.oracle.bmc.keymanagement.requests.GetVaultRequest
-
Packages that use GetVaultRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of GetVaultRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return types with arguments of type GetVaultRequest Modifier and Type Method Description Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, Vault.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, Vault.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vault.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.keymanagement with parameters of type GetVaultRequest Modifier and Type Method Description Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, Vault.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, Vault.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vault.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetVaultResponse
KmsVault. getVault(GetVaultRequest request)
Gets the specified vault’s configuration information.Future<GetVaultResponse>
KmsVaultAsync. getVault(GetVaultRequest request, AsyncHandler<GetVaultRequest,GetVaultResponse> handler)
Gets the specified vault’s configuration information.Future<GetVaultResponse>
KmsVaultAsyncClient. getVault(GetVaultRequest request, AsyncHandler<GetVaultRequest,GetVaultResponse> handler)
GetVaultResponse
KmsVaultClient. getVault(GetVaultRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetVaultRequest Modifier and Type Method Description Future<GetVaultResponse>
KmsVaultAsync. getVault(GetVaultRequest request, AsyncHandler<GetVaultRequest,GetVaultResponse> handler)
Gets the specified vault’s configuration information.Future<GetVaultResponse>
KmsVaultAsyncClient. getVault(GetVaultRequest request, AsyncHandler<GetVaultRequest,GetVaultResponse> handler)
-
Uses of GetVaultRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return GetVaultRequest Modifier and Type Method Description GetVaultRequest
GetVaultRequest.Builder. build()
Build the instance of GetVaultRequest as configured by this builderGetVaultRequest
GetVaultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVaultRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type GetVaultRequest Modifier and Type Method Description GetVaultRequest.Builder
GetVaultRequest.Builder. copy(GetVaultRequest o)
Copy method to populate the builder with values from the given instance.
-