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.databaseMethods in com.oracle.bmc.database that return RotateSslCertsResponse Modifier and Type Method Description RotateSslCertsResponseDatabase. rotateSslCerts(RotateSslCertsRequest request)Deprecated. Use therotateCloudAutonomousVmClusterSslCertsto rotate SSL certs for an Autonomous Exadata VM cluster instead.RotateSslCertsResponseDatabaseClient. 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 newWaiterusing the default configuration.Waiter<RotateSslCertsRequest,RotateSslCertsResponse>DatabaseWaiters. forRotateSslCerts(RotateSslCertsRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Future<RotateSslCertsResponse>DatabaseAsync. rotateSslCerts(RotateSslCertsRequest request, AsyncHandler<RotateSslCertsRequest,RotateSslCertsResponse> handler)Deprecated. Use therotateCloudAutonomousVmClusterSslCertsto 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 therotateCloudAutonomousVmClusterSslCertsto 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.responsesMethods in com.oracle.bmc.database.responses that return RotateSslCertsResponse Modifier and Type Method Description RotateSslCertsResponseRotateSslCertsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RotateSslCertsResponse Modifier and Type Method Description RotateSslCertsResponse.BuilderRotateSslCertsResponse.Builder. copy(RotateSslCertsResponse o)Copy method to populate the builder with values from the given instance.
 
-