Uses of Class
com.oracle.bmc.vault.requests.CancelSecretRotationRequest
-
Packages that use CancelSecretRotationRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of CancelSecretRotationRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type CancelSecretRotationRequest Modifier and Type Method Description CancelSecretRotationResponse
Vaults. cancelSecretRotation(CancelSecretRotationRequest request)
Cancels the ongoing secret rotation.Future<CancelSecretRotationResponse>
VaultsAsync. cancelSecretRotation(CancelSecretRotationRequest request, AsyncHandler<CancelSecretRotationRequest,CancelSecretRotationResponse> handler)
Cancels the ongoing secret rotation.Future<CancelSecretRotationResponse>
VaultsAsyncClient. cancelSecretRotation(CancelSecretRotationRequest request, AsyncHandler<CancelSecretRotationRequest,CancelSecretRotationResponse> handler)
CancelSecretRotationResponse
VaultsClient. cancelSecretRotation(CancelSecretRotationRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type CancelSecretRotationRequest Modifier and Type Method Description Future<CancelSecretRotationResponse>
VaultsAsync. cancelSecretRotation(CancelSecretRotationRequest request, AsyncHandler<CancelSecretRotationRequest,CancelSecretRotationResponse> handler)
Cancels the ongoing secret rotation.Future<CancelSecretRotationResponse>
VaultsAsyncClient. cancelSecretRotation(CancelSecretRotationRequest request, AsyncHandler<CancelSecretRotationRequest,CancelSecretRotationResponse> handler)
-
Uses of CancelSecretRotationRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return CancelSecretRotationRequest Modifier and Type Method Description CancelSecretRotationRequest
CancelSecretRotationRequest.Builder. build()
Build the instance of CancelSecretRotationRequest as configured by this builderCancelSecretRotationRequest
CancelSecretRotationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelSecretRotationRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type CancelSecretRotationRequest Modifier and Type Method Description CancelSecretRotationRequest.Builder
CancelSecretRotationRequest.Builder. copy(CancelSecretRotationRequest o)
Copy method to populate the builder with values from the given instance.
-