Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
ListInstancePoolsResponse |
ComputeManagementClient.listInstancePools(ListInstancePoolsRequest request) |
ListInstancePoolsResponse |
ComputeManagement.listInstancePools(ListInstancePoolsRequest request)
Lists the instance pools in the specified compartment.
|
Future<ListInstancePoolsResponse> |
ComputeManagementAsyncClient.listInstancePools(ListInstancePoolsRequest request,
AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler) |
Future<ListInstancePoolsResponse> |
ComputeManagementAsync.listInstancePools(ListInstancePoolsRequest request,
AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler)
Lists the instance pools in the specified compartment.
|
Iterable<InstancePoolSummary> |
ComputeManagementPaginators.listInstancePoolsRecordIterator(ListInstancePoolsRequest request)
Creates a new iterable which will iterate over the
InstancePoolSummary objects contained in responses from the
listInstancePools operation. |
Iterable<ListInstancePoolsResponse> |
ComputeManagementPaginators.listInstancePoolsResponseIterator(ListInstancePoolsRequest request)
Creates a new iterable which will iterate over the responses received from the
listInstancePools operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInstancePoolsResponse> |
ComputeManagementAsyncClient.listInstancePools(ListInstancePoolsRequest request,
AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler) |
Future<ListInstancePoolsResponse> |
ComputeManagementAsync.listInstancePools(ListInstancePoolsRequest request,
AsyncHandler<ListInstancePoolsRequest,ListInstancePoolsResponse> handler)
Lists the instance pools in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListInstancePoolsRequest |
ListInstancePoolsRequest.Builder.build()
Build the instance of ListInstancePoolsRequest as configured by this builder
|
ListInstancePoolsRequest |
ListInstancePoolsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListInstancePoolsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListInstancePoolsRequest.Builder |
ListInstancePoolsRequest.Builder.copy(ListInstancePoolsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.