Uses of Class
com.oracle.bmc.database.responses.RotateSslCertsResponse
-
Packages that use RotateSslCertsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of RotateSslCertsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return RotateSslCertsResponse Modifier and Type Method Description RotateSslCertsResponse
Database. rotateSslCerts(RotateSslCertsRequest request)
Deprecated. Use therotateCloudAutonomousVmClusterSslCerts
to rotate SSL certs for an Autonomous Exadata VM cluster instead.RotateSslCertsResponse
DatabaseClient. rotateSslCerts(RotateSslCertsRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type RotateSslCertsResponse 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.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)
Method parameters in com.oracle.bmc.database with type arguments of type RotateSslCertsResponse 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 RotateSslCertsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return RotateSslCertsResponse Modifier and Type Method Description RotateSslCertsResponse
RotateSslCertsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RotateSslCertsResponse Modifier and Type Method Description RotateSslCertsResponse.Builder
RotateSslCertsResponse.Builder. copy(RotateSslCertsResponse o)
Copy method to populate the builder with values from the given instance.
-