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