Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.responses |
Modifier and Type | Method and Description |
---|---|
GetSecretResponse |
VaultsClient.getSecret(GetSecretRequest request) |
GetSecretResponse |
Vaults.getSecret(GetSecretRequest request)
Gets information about the specified secret.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetSecretRequest,GetSecretResponse> |
VaultsWaiters.forSecret(GetSecretRequest request,
Secret.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSecretRequest,GetSecretResponse> |
VaultsWaiters.forSecret(GetSecretRequest request,
Secret.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSecretRequest,GetSecretResponse> |
VaultsWaiters.forSecret(GetSecretRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Secret.LifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetSecretResponse |
GetSecretResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetSecretResponse.Builder |
GetSecretResponse.Builder.copy(GetSecretResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.