Uses of Class
com.amazonaws.services.rds.model.RebootDBInstanceRequest
-
Packages that use RebootDBInstanceRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of RebootDBInstanceRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type RebootDBInstanceRequest Modifier and Type Method Description DBInstance
AbstractAmazonRDS. rebootDBInstance(RebootDBInstanceRequest request)
DBInstance
AmazonRDS. rebootDBInstance(RebootDBInstanceRequest rebootDBInstanceRequest)
Rebooting a DB instance restarts the database engine service.DBInstance
AmazonRDSClient. rebootDBInstance(RebootDBInstanceRequest rebootDBInstanceRequest)
Rebooting a DB instance restarts the database engine service.Future<DBInstance>
AbstractAmazonRDSAsync. rebootDBInstanceAsync(RebootDBInstanceRequest request)
Future<DBInstance>
AbstractAmazonRDSAsync. rebootDBInstanceAsync(RebootDBInstanceRequest request, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
Future<DBInstance>
AmazonRDSAsync. rebootDBInstanceAsync(RebootDBInstanceRequest rebootDBInstanceRequest)
Rebooting a DB instance restarts the database engine service.Future<DBInstance>
AmazonRDSAsync. rebootDBInstanceAsync(RebootDBInstanceRequest rebootDBInstanceRequest, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
Rebooting a DB instance restarts the database engine service.Future<DBInstance>
AmazonRDSAsyncClient. rebootDBInstanceAsync(RebootDBInstanceRequest request)
Future<DBInstance>
AmazonRDSAsyncClient. rebootDBInstanceAsync(RebootDBInstanceRequest request, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
Method parameters in com.amazonaws.services.rds with type arguments of type RebootDBInstanceRequest Modifier and Type Method Description Future<DBInstance>
AbstractAmazonRDSAsync. rebootDBInstanceAsync(RebootDBInstanceRequest request, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
Future<DBInstance>
AmazonRDSAsync. rebootDBInstanceAsync(RebootDBInstanceRequest rebootDBInstanceRequest, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
Rebooting a DB instance restarts the database engine service.Future<DBInstance>
AmazonRDSAsyncClient. rebootDBInstanceAsync(RebootDBInstanceRequest request, AsyncHandler<RebootDBInstanceRequest,DBInstance> asyncHandler)
-
Uses of RebootDBInstanceRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return RebootDBInstanceRequest Modifier and Type Method Description RebootDBInstanceRequest
RebootDBInstanceRequest. clone()
RebootDBInstanceRequest
RebootDBInstanceRequest. withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier.RebootDBInstanceRequest
RebootDBInstanceRequest. withForceFailover(Boolean forceFailover)
Whentrue
, the reboot will be conducted through a MultiAZ failover.
-