Uses of Class
com.oracle.bmc.datacc.requests.CreateInfrastructureRequest
-
Packages that use CreateInfrastructureRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of CreateInfrastructureRequest in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc with parameters of type CreateInfrastructureRequest Modifier and Type Method Description CreateInfrastructureResponseBaseinfra. createInfrastructure(CreateInfrastructureRequest request)Create a Database Infrastructure using the specified details.Future<CreateInfrastructureResponse>BaseinfraAsync. createInfrastructure(CreateInfrastructureRequest request, AsyncHandler<CreateInfrastructureRequest,CreateInfrastructureResponse> handler)Create a Database Infrastructure using the specified details.Future<CreateInfrastructureResponse>BaseinfraAsyncClient. createInfrastructure(CreateInfrastructureRequest request, AsyncHandler<CreateInfrastructureRequest,CreateInfrastructureResponse> handler)CreateInfrastructureResponseBaseinfraClient. createInfrastructure(CreateInfrastructureRequest request)Method parameters in com.oracle.bmc.datacc with type arguments of type CreateInfrastructureRequest Modifier and Type Method Description Future<CreateInfrastructureResponse>BaseinfraAsync. createInfrastructure(CreateInfrastructureRequest request, AsyncHandler<CreateInfrastructureRequest,CreateInfrastructureResponse> handler)Create a Database Infrastructure using the specified details.Future<CreateInfrastructureResponse>BaseinfraAsyncClient. createInfrastructure(CreateInfrastructureRequest request, AsyncHandler<CreateInfrastructureRequest,CreateInfrastructureResponse> handler) -
Uses of CreateInfrastructureRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return CreateInfrastructureRequest Modifier and Type Method Description CreateInfrastructureRequestCreateInfrastructureRequest.Builder. build()Build the instance of CreateInfrastructureRequest as configured by this builderCreateInfrastructureRequestCreateInfrastructureRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type CreateInfrastructureRequest Modifier and Type Method Description CreateInfrastructureRequest.BuilderCreateInfrastructureRequest.Builder. copy(CreateInfrastructureRequest o)Copy method to populate the builder with values from the given instance.
-