Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListImagesResponse |
Compute.listImages(ListImagesRequest request)
Lists the available images in the specified compartment, including both Oracle-provided images and custom images that have been created.
|
ListImagesResponse |
ComputeClient.listImages(ListImagesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListImagesResponse> |
ComputeAsync.listImages(ListImagesRequest request,
AsyncHandler<ListImagesRequest,ListImagesResponse> handler)
Lists the available images in the specified compartment, including both Oracle-provided images and custom images that have been created.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListImagesResponse> |
ComputeAsync.listImages(ListImagesRequest request,
AsyncHandler<ListImagesRequest,ListImagesResponse> handler)
Lists the available images in the specified compartment, including both Oracle-provided images and custom images that have been created.
|
Future<ListImagesResponse> |
ComputeAsyncClient.listImages(ListImagesRequest request,
AsyncHandler<ListImagesRequest,ListImagesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListImagesResponse |
ListImagesResponse.Builder.build() |
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–2019. All rights reserved.