Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and 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) |
Future<ListImagesResponse> |
ComputeAsyncClient.listImages(ListImagesRequest request,
AsyncHandler<ListImagesRequest,ListImagesResponse> handler) |
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.
|
Iterable<Image> |
ComputePaginators.listImagesRecordIterator(ListImagesRequest request)
Creates a new iterable which will iterate over the
Image
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListImagesResponse> |
ComputeAsyncClient.listImages(ListImagesRequest request,
AsyncHandler<ListImagesRequest,ListImagesResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
ListImagesRequest |
ListImagesRequest.Builder.build()
Build the instance of ListImagesRequest as configured by this builder
|
ListImagesRequest |
ListImagesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListImagesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListImagesRequest.Builder |
ListImagesRequest.Builder.copy(ListImagesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.