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