Uses of Class
com.oracle.bmc.core.responses.ListImagesResponse
-
Packages that use ListImagesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListImagesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListImagesResponse Modifier and Type Method Description ListImagesResponse
Compute. listImages(ListImagesRequest request)
Lists a subset of images available in the specified compartment, including platform images and custom images.ListImagesResponse
ComputeClient. listImages(ListImagesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListImagesResponse Modifier and Type Method Description Future<ListImagesResponse>
ComputeAsync. listImages(ListImagesRequest request, AsyncHandler<ListImagesRequest,ListImagesResponse> handler)
Lists a subset of images available in the specified compartment, including platform images and custom images.Future<ListImagesResponse>
ComputeAsyncClient. listImages(ListImagesRequest request, AsyncHandler<ListImagesRequest,ListImagesResponse> handler)
Iterable<ListImagesResponse>
ComputePaginators. listImagesResponseIterator(ListImagesRequest request)
Creates a new iterable which will iterate over the responses received from the listImages operation.Method parameters in com.oracle.bmc.core with type arguments of type ListImagesResponse Modifier and Type Method Description Future<ListImagesResponse>
ComputeAsync. listImages(ListImagesRequest request, AsyncHandler<ListImagesRequest,ListImagesResponse> handler)
Lists a subset of images available in the specified compartment, including platform images and custom images.Future<ListImagesResponse>
ComputeAsyncClient. listImages(ListImagesRequest request, AsyncHandler<ListImagesRequest,ListImagesResponse> handler)
-
Uses of ListImagesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListImagesResponse Modifier and Type Method Description ListImagesResponse
ListImagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListImagesResponse Modifier and Type Method Description ListImagesResponse.Builder
ListImagesResponse.Builder. copy(ListImagesResponse o)
Copy method to populate the builder with values from the given instance.
-