Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
ListAgentsResponse |
OcbAgentSvcClient.listAgents(ListAgentsRequest request) |
ListAgentsResponse |
OcbAgentSvc.listAgents(ListAgentsRequest request)
Returns a list of Agents.
|
Future<ListAgentsResponse> |
OcbAgentSvcAsyncClient.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler) |
Future<ListAgentsResponse> |
OcbAgentSvcAsync.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
Returns a list of Agents.
|
Iterable<AgentSummary> |
OcbAgentSvcPaginators.listAgentsRecordIterator(ListAgentsRequest request)
Creates a new iterable which will iterate over the
AgentSummary objects contained in responses from the
listAgents operation. |
Iterable<ListAgentsResponse> |
OcbAgentSvcPaginators.listAgentsResponseIterator(ListAgentsRequest request)
Creates a new iterable which will iterate over the responses received from the listAgents
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAgentsResponse> |
OcbAgentSvcAsyncClient.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler) |
Future<ListAgentsResponse> |
OcbAgentSvcAsync.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
Returns a list of Agents.
|
Modifier and Type | Method and Description |
---|---|
ListAgentsRequest |
ListAgentsRequest.Builder.build()
Build the instance of ListAgentsRequest as configured by this builder
|
ListAgentsRequest |
ListAgentsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAgentsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.copy(ListAgentsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.