Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<RotateSecretRequest,RotateSecretResponse> |
VaultsWaiters.forRotateSecret(RotateSecretRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<RotateSecretRequest,RotateSecretResponse> |
VaultsWaiters.forRotateSecret(RotateSecretRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<RotateSecretRequest,RotateSecretResponse> |
VaultsWaiters.forRotateSecret(RotateSecretRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<RotateSecretRequest,RotateSecretResponse> |
VaultsWaiters.forRotateSecret(RotateSecretRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
RotateSecretResponse |
VaultsClient.rotateSecret(RotateSecretRequest request) |
RotateSecretResponse |
Vaults.rotateSecret(RotateSecretRequest request)
API to force rotation of an existing secret in Vault and the specified target system; expects
secret to have a valid Target System Details object
|
Future<RotateSecretResponse> |
VaultsAsync.rotateSecret(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResponse> handler)
API to force rotation of an existing secret in Vault and the specified target system; expects
secret to have a valid Target System Details object
|
Future<RotateSecretResponse> |
VaultsAsyncClient.rotateSecret(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<RotateSecretResponse> |
VaultsAsync.rotateSecret(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResponse> handler)
API to force rotation of an existing secret in Vault and the specified target system; expects
secret to have a valid Target System Details object
|
Future<RotateSecretResponse> |
VaultsAsyncClient.rotateSecret(RotateSecretRequest request,
AsyncHandler<RotateSecretRequest,RotateSecretResponse> handler) |
Modifier and Type | Method and Description |
---|---|
RotateSecretRequest |
RotateSecretRequest.Builder.build()
Build the instance of RotateSecretRequest as configured by this builder
|
RotateSecretRequest |
RotateSecretRequest.Builder.buildWithoutInvocationCallback()
Build the instance of RotateSecretRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
RotateSecretRequest.Builder |
RotateSecretRequest.Builder.copy(RotateSecretRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.