Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.requests |
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. |
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. |
GetSecretResponse |
VaultsClient.getSecret(GetSecretRequest request) |
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) |
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 |
---|---|
GetSecretRequest |
GetSecretRequest.Builder.build()
Build the instance of GetSecretRequest as configured by this builder
|
GetSecretRequest |
GetSecretRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetSecretRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetSecretRequest.Builder |
GetSecretRequest.Builder.copy(GetSecretRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.