Uses of Class
com.oracle.bmc.computecloudatcustomer.responses.CreateCccInfrastructureResponse
-
Packages that use CreateCccInfrastructureResponse Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.responses -
-
Uses of CreateCccInfrastructureResponse in com.oracle.bmc.computecloudatcustomer
Methods in com.oracle.bmc.computecloudatcustomer that return CreateCccInfrastructureResponse Modifier and Type Method Description CreateCccInfrastructureResponse
ComputeCloudAtCustomer. createCccInfrastructure(CreateCccInfrastructureRequest request)
Creates a Compute Cloud@Customer infrastructure.CreateCccInfrastructureResponse
ComputeCloudAtCustomerClient. createCccInfrastructure(CreateCccInfrastructureRequest request)
Methods in com.oracle.bmc.computecloudatcustomer that return types with arguments of type CreateCccInfrastructureResponse Modifier and Type Method Description Future<CreateCccInfrastructureResponse>
ComputeCloudAtCustomerAsync. createCccInfrastructure(CreateCccInfrastructureRequest request, AsyncHandler<CreateCccInfrastructureRequest,CreateCccInfrastructureResponse> handler)
Creates a Compute Cloud@Customer infrastructure.Future<CreateCccInfrastructureResponse>
ComputeCloudAtCustomerAsyncClient. createCccInfrastructure(CreateCccInfrastructureRequest request, AsyncHandler<CreateCccInfrastructureRequest,CreateCccInfrastructureResponse> handler)
Method parameters in com.oracle.bmc.computecloudatcustomer with type arguments of type CreateCccInfrastructureResponse Modifier and Type Method Description Future<CreateCccInfrastructureResponse>
ComputeCloudAtCustomerAsync. createCccInfrastructure(CreateCccInfrastructureRequest request, AsyncHandler<CreateCccInfrastructureRequest,CreateCccInfrastructureResponse> handler)
Creates a Compute Cloud@Customer infrastructure.Future<CreateCccInfrastructureResponse>
ComputeCloudAtCustomerAsyncClient. createCccInfrastructure(CreateCccInfrastructureRequest request, AsyncHandler<CreateCccInfrastructureRequest,CreateCccInfrastructureResponse> handler)
-
Uses of CreateCccInfrastructureResponse in com.oracle.bmc.computecloudatcustomer.responses
Methods in com.oracle.bmc.computecloudatcustomer.responses that return CreateCccInfrastructureResponse Modifier and Type Method Description CreateCccInfrastructureResponse
CreateCccInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.computecloudatcustomer.responses with parameters of type CreateCccInfrastructureResponse Modifier and Type Method Description CreateCccInfrastructureResponse.Builder
CreateCccInfrastructureResponse.Builder. copy(CreateCccInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-