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