Uses of Class
com.oracle.bmc.vault.requests.RotateSecretRequest
-
Packages that use RotateSecretRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of RotateSecretRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return types with arguments of type RotateSecretRequest 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.Methods in com.oracle.bmc.vault with parameters of type RotateSecretRequest 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.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 objectFuture<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)
RotateSecretResponse
VaultsClient. rotateSecret(RotateSecretRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type RotateSecretRequest 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 RotateSecretRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return RotateSecretRequest Modifier and Type Method Description RotateSecretRequest
RotateSecretRequest.Builder. build()
Build the instance of RotateSecretRequest as configured by this builderRotateSecretRequest
RotateSecretRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotateSecretRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type RotateSecretRequest Modifier and Type Method Description RotateSecretRequest.Builder
RotateSecretRequest.Builder. copy(RotateSecretRequest o)
Copy method to populate the builder with values from the given instance.
-