Uses of Class
com.oracle.bmc.database.requests.RotateSslCertsRequest
-
Packages that use RotateSslCertsRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of RotateSslCertsRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RotateSslCertsRequest Modifier and Type Method Description Waiter<RotateSslCertsRequest,RotateSslCertsResponse>
DatabaseWaiters. forRotateSslCerts(RotateSslCertsRequest request)
Creates a newWaiter
using the default configuration.Waiter<RotateSslCertsRequest,RotateSslCertsResponse>
DatabaseWaiters. forRotateSslCerts(RotateSslCertsRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type RotateSslCertsRequest Modifier and Type Method Description Future<RotateSslCertsResponse>
DatabaseAsync. rotateSslCerts(RotateSslCertsRequest request, AsyncHandler<RotateSslCertsRequest,RotateSslCertsResponse> handler)
Deprecated. Use therotateCloudAutonomousVmClusterSslCerts
to rotate SSL certs for an Autonomous Exadata VM cluster instead.Future<RotateSslCertsResponse>
DatabaseAsyncClient. rotateSslCerts(RotateSslCertsRequest request, AsyncHandler<RotateSslCertsRequest,RotateSslCertsResponse> handler)
-
Uses of RotateSslCertsRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return RotateSslCertsRequest Modifier and Type Method Description RotateSslCertsRequest
RotateSslCertsRequest.Builder. build()
Build the instance of RotateSslCertsRequest as configured by this builderRotateSslCertsRequest
RotateSslCertsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RotateSslCertsRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type RotateSslCertsRequest Modifier and Type Method Description RotateSslCertsRequest.Builder
RotateSslCertsRequest.Builder. copy(RotateSslCertsRequest o)
Copy method to populate the builder with values from the given instance.
-