Uses of Class
com.oracle.bmc.computecloudatcustomer.requests.CreateCccInfrastructureRequest
-
Packages that use CreateCccInfrastructureRequest Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of CreateCccInfrastructureRequest in com.oracle.bmc.computecloudatcustomer
Methods in com.oracle.bmc.computecloudatcustomer with parameters of type CreateCccInfrastructureRequest Modifier and Type Method Description CreateCccInfrastructureResponse
ComputeCloudAtCustomer. createCccInfrastructure(CreateCccInfrastructureRequest request)
Creates a Compute Cloud@Customer infrastructure.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)
CreateCccInfrastructureResponse
ComputeCloudAtCustomerClient. createCccInfrastructure(CreateCccInfrastructureRequest request)
Method parameters in com.oracle.bmc.computecloudatcustomer with type arguments of type CreateCccInfrastructureRequest 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 CreateCccInfrastructureRequest in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return CreateCccInfrastructureRequest Modifier and Type Method Description CreateCccInfrastructureRequest
CreateCccInfrastructureRequest.Builder. build()
Build the instance of CreateCccInfrastructureRequest as configured by this builderCreateCccInfrastructureRequest
CreateCccInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCccInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type CreateCccInfrastructureRequest Modifier and Type Method Description CreateCccInfrastructureRequest.Builder
CreateCccInfrastructureRequest.Builder. copy(CreateCccInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-