Uses of Class
com.oracle.bmc.containerinstances.requests.UpdateContainerRequest
-
Packages that use UpdateContainerRequest Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.requests -
-
Uses of UpdateContainerRequest in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances with parameters of type UpdateContainerRequest Modifier and Type Method Description UpdateContainerResponse
ContainerInstance. updateContainer(UpdateContainerRequest request)
Updates a container.Future<UpdateContainerResponse>
ContainerInstanceAsync. updateContainer(UpdateContainerRequest request, AsyncHandler<UpdateContainerRequest,UpdateContainerResponse> handler)
Updates a container.Future<UpdateContainerResponse>
ContainerInstanceAsyncClient. updateContainer(UpdateContainerRequest request, AsyncHandler<UpdateContainerRequest,UpdateContainerResponse> handler)
UpdateContainerResponse
ContainerInstanceClient. updateContainer(UpdateContainerRequest request)
Method parameters in com.oracle.bmc.containerinstances with type arguments of type UpdateContainerRequest Modifier and Type Method Description Future<UpdateContainerResponse>
ContainerInstanceAsync. updateContainer(UpdateContainerRequest request, AsyncHandler<UpdateContainerRequest,UpdateContainerResponse> handler)
Updates a container.Future<UpdateContainerResponse>
ContainerInstanceAsyncClient. updateContainer(UpdateContainerRequest request, AsyncHandler<UpdateContainerRequest,UpdateContainerResponse> handler)
-
Uses of UpdateContainerRequest in com.oracle.bmc.containerinstances.requests
Methods in com.oracle.bmc.containerinstances.requests that return UpdateContainerRequest Modifier and Type Method Description UpdateContainerRequest
UpdateContainerRequest.Builder. build()
Build the instance of UpdateContainerRequest as configured by this builderUpdateContainerRequest
UpdateContainerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateContainerRequest as configured by this builderMethods in com.oracle.bmc.containerinstances.requests with parameters of type UpdateContainerRequest Modifier and Type Method Description UpdateContainerRequest.Builder
UpdateContainerRequest.Builder. copy(UpdateContainerRequest o)
Copy method to populate the builder with values from the given instance.
-