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