Uses of Class
com.oracle.bmc.vault.responses.RotateSecretResponse
-
Packages that use RotateSecretResponse Package Description com.oracle.bmc.vault com.oracle.bmc.vault.responses -
-
Uses of RotateSecretResponse in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return RotateSecretResponse Modifier and Type Method Description 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 objectRotateSecretResponse
VaultsClient. rotateSecret(RotateSecretRequest request)
Methods in com.oracle.bmc.vault that return types with arguments of type RotateSecretResponse Modifier and Type Method Description Waiter<RotateSecretRequest,RotateSecretResponse>
VaultsWaiters. forRotateSecret(RotateSecretRequest request)
Creates a newWaiter
using the default configuration.Waiter<RotateSecretRequest,RotateSecretResponse>
VaultsWaiters. forRotateSecret(RotateSecretRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
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 objectFuture<RotateSecretResponse>
VaultsAsyncClient. rotateSecret(RotateSecretRequest request, AsyncHandler<RotateSecretRequest,RotateSecretResponse> handler)
Method parameters in com.oracle.bmc.vault with type arguments of type RotateSecretResponse Modifier and Type Method 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 objectFuture<RotateSecretResponse>
VaultsAsyncClient. rotateSecret(RotateSecretRequest request, AsyncHandler<RotateSecretRequest,RotateSecretResponse> handler)
-
Uses of RotateSecretResponse in com.oracle.bmc.vault.responses
Methods in com.oracle.bmc.vault.responses that return RotateSecretResponse Modifier and Type Method Description RotateSecretResponse
RotateSecretResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vault.responses with parameters of type RotateSecretResponse Modifier and Type Method Description RotateSecretResponse.Builder
RotateSecretResponse.Builder. copy(RotateSecretResponse o)
Copy method to populate the builder with values from the given instance.
-