Uses of Class
com.oracle.bmc.vault.requests.GetSecretRequest
-
Packages that use GetSecretRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of GetSecretRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return types with arguments of type GetSecretRequest Modifier and Type Method Description Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, Secret.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, Secret.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Secret.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.vault with parameters of type GetSecretRequest Modifier and Type Method Description Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, Secret.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, Secret.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Secret.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetSecretResponse
Vaults. getSecret(GetSecretRequest request)
Gets information about the specified secret.Future<GetSecretResponse>
VaultsAsync. getSecret(GetSecretRequest request, AsyncHandler<GetSecretRequest,GetSecretResponse> handler)
Gets information about the specified secret.Future<GetSecretResponse>
VaultsAsyncClient. getSecret(GetSecretRequest request, AsyncHandler<GetSecretRequest,GetSecretResponse> handler)
GetSecretResponse
VaultsClient. getSecret(GetSecretRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type GetSecretRequest Modifier and Type Method Description Future<GetSecretResponse>
VaultsAsync. getSecret(GetSecretRequest request, AsyncHandler<GetSecretRequest,GetSecretResponse> handler)
Gets information about the specified secret.Future<GetSecretResponse>
VaultsAsyncClient. getSecret(GetSecretRequest request, AsyncHandler<GetSecretRequest,GetSecretResponse> handler)
-
Uses of GetSecretRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return GetSecretRequest Modifier and Type Method Description GetSecretRequest
GetSecretRequest.Builder. build()
Build the instance of GetSecretRequest as configured by this builderGetSecretRequest
GetSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSecretRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type GetSecretRequest Modifier and Type Method Description GetSecretRequest.Builder
GetSecretRequest.Builder. copy(GetSecretRequest o)
Copy method to populate the builder with values from the given instance.
-