Uses of Class
com.oracle.bmc.core.requests.ListImagesRequest
-
Packages that use ListImagesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListImagesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListImagesRequest 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.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)
ListImagesResponse
ComputeClient. listImages(ListImagesRequest request)
Iterable<Image>
ComputePaginators. listImagesRecordIterator(ListImagesRequest request)
Creates a new iterable which will iterate over theImage
objects contained in responses from the listImages operation.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 ListImagesRequest 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 ListImagesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListImagesRequest Modifier and Type Method Description ListImagesRequest
ListImagesRequest.Builder. build()
Build the instance of ListImagesRequest as configured by this builderListImagesRequest
ListImagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListImagesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListImagesRequest Modifier and Type Method Description ListImagesRequest.Builder
ListImagesRequest.Builder. copy(ListImagesRequest o)
Copy method to populate the builder with values from the given instance.
-