Uses of Class
com.oracle.bmc.database.responses.RotateOrdsCertsResponse
-
Packages that use RotateOrdsCertsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of RotateOrdsCertsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return RotateOrdsCertsResponse Modifier and Type Method Description RotateOrdsCertsResponse
Database. rotateOrdsCerts(RotateOrdsCertsRequest request)
Deprecated. Use therotateCloudAutonomousVmClusterOrdsCerts
to rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead.RotateOrdsCertsResponse
DatabaseClient. rotateOrdsCerts(RotateOrdsCertsRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type RotateOrdsCertsResponse Modifier and Type Method Description Waiter<RotateOrdsCertsRequest,RotateOrdsCertsResponse>
DatabaseWaiters. forRotateOrdsCerts(RotateOrdsCertsRequest request)
Creates a newWaiter
using the default configuration.Waiter<RotateOrdsCertsRequest,RotateOrdsCertsResponse>
DatabaseWaiters. forRotateOrdsCerts(RotateOrdsCertsRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Future<RotateOrdsCertsResponse>
DatabaseAsync. rotateOrdsCerts(RotateOrdsCertsRequest request, AsyncHandler<RotateOrdsCertsRequest,RotateOrdsCertsResponse> handler)
Deprecated. Use therotateCloudAutonomousVmClusterOrdsCerts
to rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead.Future<RotateOrdsCertsResponse>
DatabaseAsyncClient. rotateOrdsCerts(RotateOrdsCertsRequest request, AsyncHandler<RotateOrdsCertsRequest,RotateOrdsCertsResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type RotateOrdsCertsResponse Modifier and Type Method Description Future<RotateOrdsCertsResponse>
DatabaseAsync. rotateOrdsCerts(RotateOrdsCertsRequest request, AsyncHandler<RotateOrdsCertsRequest,RotateOrdsCertsResponse> handler)
Deprecated. Use therotateCloudAutonomousVmClusterOrdsCerts
to rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead.Future<RotateOrdsCertsResponse>
DatabaseAsyncClient. rotateOrdsCerts(RotateOrdsCertsRequest request, AsyncHandler<RotateOrdsCertsRequest,RotateOrdsCertsResponse> handler)
-
Uses of RotateOrdsCertsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return RotateOrdsCertsResponse Modifier and Type Method Description RotateOrdsCertsResponse
RotateOrdsCertsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RotateOrdsCertsResponse Modifier and Type Method Description RotateOrdsCertsResponse.Builder
RotateOrdsCertsResponse.Builder. copy(RotateOrdsCertsResponse o)
Copy method to populate the builder with values from the given instance.
-