Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListInstancesResponse |
Compute.listInstances(ListInstancesRequest request)
Lists the instances in the specified compartment and the specified availability domain.
|
ListInstancesResponse |
ComputeClient.listInstances(ListInstancesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListInstancesResponse> |
ComputeAsyncClient.listInstances(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler) |
Future<ListInstancesResponse> |
ComputeAsync.listInstances(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler)
Lists the instances in the specified compartment and the specified availability domain.
|
Iterable<ListInstancesResponse> |
ComputePaginators.listInstancesResponseIterator(ListInstancesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstances
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInstancesResponse> |
ComputeAsyncClient.listInstances(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler) |
Future<ListInstancesResponse> |
ComputeAsync.listInstances(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResponse> handler)
Lists the instances in the specified compartment and the specified availability domain.
|
Modifier and Type | Method and Description |
---|---|
ListInstancesResponse |
ListInstancesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.copy(ListInstancesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.