Package | Description |
---|---|
com.oracle.bmc.apmconfig | |
com.oracle.bmc.apmconfig.requests |
Modifier and Type | Method and Description |
---|---|
ListConfigsResponse |
ConfigClient.listConfigs(ListConfigsRequest request) |
ListConfigsResponse |
Config.listConfigs(ListConfigsRequest request)
Returns all configuration items, which can optionally be filtered by configuration type.
|
Future<ListConfigsResponse> |
ConfigAsyncClient.listConfigs(ListConfigsRequest request,
AsyncHandler<ListConfigsRequest,ListConfigsResponse> handler) |
Future<ListConfigsResponse> |
ConfigAsync.listConfigs(ListConfigsRequest request,
AsyncHandler<ListConfigsRequest,ListConfigsResponse> handler)
Returns all configuration items, which can optionally be filtered by configuration type.
|
Iterable<ConfigSummary> |
ConfigPaginators.listConfigsRecordIterator(ListConfigsRequest request)
Creates a new iterable which will iterate over the
ConfigSummary objects contained in responses from the
listConfigs operation. |
Iterable<ListConfigsResponse> |
ConfigPaginators.listConfigsResponseIterator(ListConfigsRequest request)
Creates a new iterable which will iterate over the responses received from the listConfigs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListConfigsResponse> |
ConfigAsyncClient.listConfigs(ListConfigsRequest request,
AsyncHandler<ListConfigsRequest,ListConfigsResponse> handler) |
Future<ListConfigsResponse> |
ConfigAsync.listConfigs(ListConfigsRequest request,
AsyncHandler<ListConfigsRequest,ListConfigsResponse> handler)
Returns all configuration items, which can optionally be filtered by configuration type.
|
Modifier and Type | Method and Description |
---|---|
ListConfigsRequest |
ListConfigsRequest.Builder.build()
Build the instance of ListConfigsRequest as configured by this builder
|
ListConfigsRequest |
ListConfigsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListConfigsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListConfigsRequest.Builder |
ListConfigsRequest.Builder.copy(ListConfigsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.