Uses of Class
com.oracle.bmc.containerinstances.model.UpdateContainerInstanceDetails
- 
Packages that use UpdateContainerInstanceDetails Package Description com.oracle.bmc.containerinstances.model com.oracle.bmc.containerinstances.requests 
- 
- 
Uses of UpdateContainerInstanceDetails in com.oracle.bmc.containerinstances.modelMethods in com.oracle.bmc.containerinstances.model that return UpdateContainerInstanceDetails Modifier and Type Method Description UpdateContainerInstanceDetailsUpdateContainerInstanceDetails.Builder. build()Methods in com.oracle.bmc.containerinstances.model with parameters of type UpdateContainerInstanceDetails Modifier and Type Method Description UpdateContainerInstanceDetails.BuilderUpdateContainerInstanceDetails.Builder. copy(UpdateContainerInstanceDetails model)
- 
Uses of UpdateContainerInstanceDetails in com.oracle.bmc.containerinstances.requestsMethods in com.oracle.bmc.containerinstances.requests that return UpdateContainerInstanceDetails Modifier and Type Method Description UpdateContainerInstanceDetailsUpdateContainerInstanceRequest. getBody$()Alternative accessor for the body parameter.UpdateContainerInstanceDetailsUpdateContainerInstanceRequest. getUpdateContainerInstanceDetails()The information to be updated.Methods in com.oracle.bmc.containerinstances.requests with parameters of type UpdateContainerInstanceDetails Modifier and Type Method Description UpdateContainerInstanceRequest.BuilderUpdateContainerInstanceRequest.Builder. body$(UpdateContainerInstanceDetails body)Alternative setter for the body parameter.UpdateContainerInstanceRequest.BuilderUpdateContainerInstanceRequest.Builder. updateContainerInstanceDetails(UpdateContainerInstanceDetails updateContainerInstanceDetails)The information to be updated.
 
-