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