Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.responses |
Modifier and Type | Method and Description |
---|---|
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
|
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. |
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 |
---|---|
RotateSecretResponse |
RotateSecretResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
RotateSecretResponse.Builder |
RotateSecretResponse.Builder.copy(RotateSecretResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.