Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
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) |
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.
|
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 |
---|---|
ListImagesResponse |
ListImagesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListImagesResponse.Builder |
ListImagesResponse.Builder.copy(ListImagesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.