Uses of Class
com.oracle.bmc.vault.responses.CancelSecretRotationResponse
-
Packages that use CancelSecretRotationResponse Package Description com.oracle.bmc.vault com.oracle.bmc.vault.responses -
-
Uses of CancelSecretRotationResponse in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return CancelSecretRotationResponse Modifier and Type Method Description CancelSecretRotationResponse
Vaults. cancelSecretRotation(CancelSecretRotationRequest request)
Cancels the ongoing secret rotation.CancelSecretRotationResponse
VaultsClient. cancelSecretRotation(CancelSecretRotationRequest request)
Methods in com.oracle.bmc.vault that return types with arguments of type CancelSecretRotationResponse 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)
Method parameters in com.oracle.bmc.vault with type arguments of type CancelSecretRotationResponse 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 CancelSecretRotationResponse in com.oracle.bmc.vault.responses
Methods in com.oracle.bmc.vault.responses that return CancelSecretRotationResponse Modifier and Type Method Description CancelSecretRotationResponse
CancelSecretRotationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vault.responses with parameters of type CancelSecretRotationResponse Modifier and Type Method Description CancelSecretRotationResponse.Builder
CancelSecretRotationResponse.Builder. copy(CancelSecretRotationResponse o)
Copy method to populate the builder with values from the given instance.
-