Uses of Class
com.oracle.bmc.cloudbridge.requests.ListAgentsRequest
-
Packages that use ListAgentsRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of ListAgentsRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type ListAgentsRequest Modifier and Type Method Description ListAgentsResponse
OcbAgentSvc. listAgents(ListAgentsRequest request)
Returns a list of Agents.Future<ListAgentsResponse>
OcbAgentSvcAsync. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
Returns a list of Agents.Future<ListAgentsResponse>
OcbAgentSvcAsyncClient. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
ListAgentsResponse
OcbAgentSvcClient. listAgents(ListAgentsRequest request)
Iterable<AgentSummary>
OcbAgentSvcPaginators. listAgentsRecordIterator(ListAgentsRequest request)
Creates a new iterable which will iterate over theAgentSummary
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.Method parameters in com.oracle.bmc.cloudbridge with type arguments of type ListAgentsRequest Modifier and Type Method Description Future<ListAgentsResponse>
OcbAgentSvcAsync. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
Returns a list of Agents.Future<ListAgentsResponse>
OcbAgentSvcAsyncClient. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
-
Uses of ListAgentsRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ListAgentsRequest Modifier and Type Method Description ListAgentsRequest
ListAgentsRequest.Builder. build()
Build the instance of ListAgentsRequest as configured by this builderListAgentsRequest
ListAgentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAgentsRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type ListAgentsRequest Modifier and Type Method Description ListAgentsRequest.Builder
ListAgentsRequest.Builder. copy(ListAgentsRequest o)
Copy method to populate the builder with values from the given instance.
-