Uses of Class
com.oracle.bmc.database.responses.ActivateExadataInfrastructureResponse
-
Packages that use ActivateExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ActivateExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ActivateExadataInfrastructureResponse Modifier and Type Method Description ActivateExadataInfrastructureResponse
Database. activateExadataInfrastructure(ActivateExadataInfrastructureRequest request)
Activates the specified Exadata infrastructure resource.ActivateExadataInfrastructureResponse
DatabaseClient. activateExadataInfrastructure(ActivateExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ActivateExadataInfrastructureResponse Modifier and Type Method Description Future<ActivateExadataInfrastructureResponse>
DatabaseAsync. activateExadataInfrastructure(ActivateExadataInfrastructureRequest request, AsyncHandler<ActivateExadataInfrastructureRequest,ActivateExadataInfrastructureResponse> handler)
Activates the specified Exadata infrastructure resource.Future<ActivateExadataInfrastructureResponse>
DatabaseAsyncClient. activateExadataInfrastructure(ActivateExadataInfrastructureRequest request, AsyncHandler<ActivateExadataInfrastructureRequest,ActivateExadataInfrastructureResponse> handler)
-
Uses of ActivateExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ActivateExadataInfrastructureResponse Modifier and Type Method Description ActivateExadataInfrastructureResponse
ActivateExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ActivateExadataInfrastructureResponse Modifier and Type Method Description ActivateExadataInfrastructureResponse.Builder
ActivateExadataInfrastructureResponse.Builder. copy(ActivateExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-