Package | Description |
---|---|
com.oracle.bmc.containerinstances | |
com.oracle.bmc.containerinstances.requests |
Modifier and Type | Method and Description |
---|---|
ListContainersResponse |
ContainerInstance.listContainers(ListContainersRequest request)
Returns a list of containers in a compartment.
|
ListContainersResponse |
ContainerInstanceClient.listContainers(ListContainersRequest request) |
Future<ListContainersResponse> |
ContainerInstanceAsync.listContainers(ListContainersRequest request,
AsyncHandler<ListContainersRequest,ListContainersResponse> handler)
Returns a list of containers in a compartment.
|
Future<ListContainersResponse> |
ContainerInstanceAsyncClient.listContainers(ListContainersRequest request,
AsyncHandler<ListContainersRequest,ListContainersResponse> handler) |
Iterable<ContainerSummary> |
ContainerInstancePaginators.listContainersRecordIterator(ListContainersRequest request)
Creates a new iterable which will iterate over the
ContainerSummary objects contained in responses from
the listContainers operation. |
Iterable<ListContainersResponse> |
ContainerInstancePaginators.listContainersResponseIterator(ListContainersRequest request)
Creates a new iterable which will iterate over the responses received from the listContainers
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListContainersResponse> |
ContainerInstanceAsync.listContainers(ListContainersRequest request,
AsyncHandler<ListContainersRequest,ListContainersResponse> handler)
Returns a list of containers in a compartment.
|
Future<ListContainersResponse> |
ContainerInstanceAsyncClient.listContainers(ListContainersRequest request,
AsyncHandler<ListContainersRequest,ListContainersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListContainersRequest |
ListContainersRequest.Builder.build()
Build the instance of ListContainersRequest as configured by this builder
|
ListContainersRequest |
ListContainersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListContainersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListContainersRequest.Builder |
ListContainersRequest.Builder.copy(ListContainersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.