Uses of Class
com.oracle.bmc.artifacts.responses.UpdateContainerImageResponse
-
Packages that use UpdateContainerImageResponse Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.responses -
-
Uses of UpdateContainerImageResponse in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts that return UpdateContainerImageResponse Modifier and Type Method Description UpdateContainerImageResponse
Artifacts. updateContainerImage(UpdateContainerImageRequest request)
Modify the properties of a container image.UpdateContainerImageResponse
ArtifactsClient. updateContainerImage(UpdateContainerImageRequest request)
Methods in com.oracle.bmc.artifacts that return types with arguments of type UpdateContainerImageResponse Modifier and Type Method Description Future<UpdateContainerImageResponse>
ArtifactsAsync. updateContainerImage(UpdateContainerImageRequest request, AsyncHandler<UpdateContainerImageRequest,UpdateContainerImageResponse> handler)
Modify the properties of a container image.Future<UpdateContainerImageResponse>
ArtifactsAsyncClient. updateContainerImage(UpdateContainerImageRequest request, AsyncHandler<UpdateContainerImageRequest,UpdateContainerImageResponse> handler)
Method parameters in com.oracle.bmc.artifacts with type arguments of type UpdateContainerImageResponse Modifier and Type Method Description Future<UpdateContainerImageResponse>
ArtifactsAsync. updateContainerImage(UpdateContainerImageRequest request, AsyncHandler<UpdateContainerImageRequest,UpdateContainerImageResponse> handler)
Modify the properties of a container image.Future<UpdateContainerImageResponse>
ArtifactsAsyncClient. updateContainerImage(UpdateContainerImageRequest request, AsyncHandler<UpdateContainerImageRequest,UpdateContainerImageResponse> handler)
-
Uses of UpdateContainerImageResponse in com.oracle.bmc.artifacts.responses
Methods in com.oracle.bmc.artifacts.responses that return UpdateContainerImageResponse Modifier and Type Method Description UpdateContainerImageResponse
UpdateContainerImageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.artifacts.responses with parameters of type UpdateContainerImageResponse Modifier and Type Method Description UpdateContainerImageResponse.Builder
UpdateContainerImageResponse.Builder. copy(UpdateContainerImageResponse o)
Copy method to populate the builder with values from the given instance.
-