Uses of Class
com.oracle.bmc.containerinstances.responses.CreateContainerInstanceResponse
-
Packages that use CreateContainerInstanceResponse Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.responses -
-
Uses of CreateContainerInstanceResponse in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances that return CreateContainerInstanceResponse Modifier and Type Method Description CreateContainerInstanceResponse
ContainerInstance. createContainerInstance(CreateContainerInstanceRequest request)
Creates a container instance and deploys the containers on it.CreateContainerInstanceResponse
ContainerInstanceClient. createContainerInstance(CreateContainerInstanceRequest request)
Methods in com.oracle.bmc.containerinstances that return types with arguments of type CreateContainerInstanceResponse Modifier and Type Method Description Future<CreateContainerInstanceResponse>
ContainerInstanceAsync. createContainerInstance(CreateContainerInstanceRequest request, AsyncHandler<CreateContainerInstanceRequest,CreateContainerInstanceResponse> handler)
Creates a container instance and deploys the containers on it.Future<CreateContainerInstanceResponse>
ContainerInstanceAsyncClient. createContainerInstance(CreateContainerInstanceRequest request, AsyncHandler<CreateContainerInstanceRequest,CreateContainerInstanceResponse> handler)
Method parameters in com.oracle.bmc.containerinstances with type arguments of type CreateContainerInstanceResponse Modifier and Type Method Description Future<CreateContainerInstanceResponse>
ContainerInstanceAsync. createContainerInstance(CreateContainerInstanceRequest request, AsyncHandler<CreateContainerInstanceRequest,CreateContainerInstanceResponse> handler)
Creates a container instance and deploys the containers on it.Future<CreateContainerInstanceResponse>
ContainerInstanceAsyncClient. createContainerInstance(CreateContainerInstanceRequest request, AsyncHandler<CreateContainerInstanceRequest,CreateContainerInstanceResponse> handler)
-
Uses of CreateContainerInstanceResponse in com.oracle.bmc.containerinstances.responses
Methods in com.oracle.bmc.containerinstances.responses that return CreateContainerInstanceResponse Modifier and Type Method Description CreateContainerInstanceResponse
CreateContainerInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerinstances.responses with parameters of type CreateContainerInstanceResponse Modifier and Type Method Description CreateContainerInstanceResponse.Builder
CreateContainerInstanceResponse.Builder. copy(CreateContainerInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-