Uses of Class
com.oracle.bmc.jms.responses.ListAgentInstallersResponse
-
Packages that use ListAgentInstallersResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of ListAgentInstallersResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return ListAgentInstallersResponse Modifier and Type Method Description ListAgentInstallersResponse
JavaManagementService. listAgentInstallers(ListAgentInstallersRequest request)
Returns a list of the agent installer information.ListAgentInstallersResponse
JavaManagementServiceClient. listAgentInstallers(ListAgentInstallersRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type ListAgentInstallersResponse Modifier and Type Method Description Future<ListAgentInstallersResponse>
JavaManagementServiceAsync. listAgentInstallers(ListAgentInstallersRequest request, AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler)
Returns a list of the agent installer information.Future<ListAgentInstallersResponse>
JavaManagementServiceAsyncClient. listAgentInstallers(ListAgentInstallersRequest request, AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler)
Iterable<ListAgentInstallersResponse>
JavaManagementServicePaginators. listAgentInstallersResponseIterator(ListAgentInstallersRequest request)
Creates a new iterable which will iterate over the responses received from the listAgentInstallers operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListAgentInstallersResponse Modifier and Type Method Description Future<ListAgentInstallersResponse>
JavaManagementServiceAsync. listAgentInstallers(ListAgentInstallersRequest request, AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler)
Returns a list of the agent installer information.Future<ListAgentInstallersResponse>
JavaManagementServiceAsyncClient. listAgentInstallers(ListAgentInstallersRequest request, AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler)
-
Uses of ListAgentInstallersResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return ListAgentInstallersResponse Modifier and Type Method Description ListAgentInstallersResponse
ListAgentInstallersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type ListAgentInstallersResponse Modifier and Type Method Description ListAgentInstallersResponse.Builder
ListAgentInstallersResponse.Builder. copy(ListAgentInstallersResponse o)
Copy method to populate the builder with values from the given instance.
-