Uses of Class
com.oracle.bmc.database.requests.RotateOrdsCertsRequest
-
Packages that use RotateOrdsCertsRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of RotateOrdsCertsRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RotateOrdsCertsRequest 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.Methods in com.oracle.bmc.database with parameters of type RotateOrdsCertsRequest 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.RotateOrdsCertsResponse
Database. rotateOrdsCerts(RotateOrdsCertsRequest request)
Deprecated. Use therotateCloudAutonomousVmClusterOrdsCerts
to rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead.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)
RotateOrdsCertsResponse
DatabaseClient. rotateOrdsCerts(RotateOrdsCertsRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type RotateOrdsCertsRequest 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 RotateOrdsCertsRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return RotateOrdsCertsRequest Modifier and Type Method Description RotateOrdsCertsRequest
RotateOrdsCertsRequest.Builder. build()
Build the instance of RotateOrdsCertsRequest as configured by this builderRotateOrdsCertsRequest
RotateOrdsCertsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotateOrdsCertsRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type RotateOrdsCertsRequest Modifier and Type Method Description RotateOrdsCertsRequest.Builder
RotateOrdsCertsRequest.Builder. copy(RotateOrdsCertsRequest o)
Copy method to populate the builder with values from the given instance.
-