Uses of Class
com.oracle.bmc.cloudbridge.responses.ListAgentsResponse
-
Packages that use ListAgentsResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of ListAgentsResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return ListAgentsResponse Modifier and Type Method Description ListAgentsResponse
OcbAgentSvc. listAgents(ListAgentsRequest request)
Returns a list of Agents.ListAgentsResponse
OcbAgentSvcClient. listAgents(ListAgentsRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type ListAgentsResponse 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)
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 ListAgentsResponse 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 ListAgentsResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return ListAgentsResponse Modifier and Type Method Description ListAgentsResponse
ListAgentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type ListAgentsResponse Modifier and Type Method Description ListAgentsResponse.Builder
ListAgentsResponse.Builder. copy(ListAgentsResponse o)
Copy method to populate the builder with values from the given instance.
-