Uses of Class
com.oracle.bmc.vault.responses.GetSecretResponse
-
Packages that use GetSecretResponse Package Description com.oracle.bmc.vault com.oracle.bmc.vault.responses -
-
Uses of GetSecretResponse in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return GetSecretResponse Modifier and Type Method Description GetSecretResponse
Vaults. getSecret(GetSecretRequest request)
Gets information about the specified secret.GetSecretResponse
VaultsClient. getSecret(GetSecretRequest request)
Methods in com.oracle.bmc.vault that return types with arguments of type GetSecretResponse 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.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)
Method parameters in com.oracle.bmc.vault with type arguments of type GetSecretResponse 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 GetSecretResponse in com.oracle.bmc.vault.responses
Methods in com.oracle.bmc.vault.responses that return GetSecretResponse Modifier and Type Method Description GetSecretResponse
GetSecretResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vault.responses with parameters of type GetSecretResponse Modifier and Type Method Description GetSecretResponse.Builder
GetSecretResponse.Builder. copy(GetSecretResponse o)
Copy method to populate the builder with values from the given instance.
-