Uses of Class
com.oracle.bmc.jms.requests.ListAgentInstallersRequest
-
Packages that use ListAgentInstallersRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListAgentInstallersRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListAgentInstallersRequest Modifier and Type Method Description ListAgentInstallersResponseJavaManagementService. listAgentInstallers(ListAgentInstallersRequest request)Returns a list of the agent installer information.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)ListAgentInstallersResponseJavaManagementServiceClient. listAgentInstallers(ListAgentInstallersRequest request)Iterable<AgentInstallerSummary>JavaManagementServicePaginators. listAgentInstallersRecordIterator(ListAgentInstallersRequest request)Creates a new iterable which will iterate over theAgentInstallerSummaryobjects contained in responses from the listAgentInstallers operation.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 ListAgentInstallersRequest 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 ListAgentInstallersRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListAgentInstallersRequest Modifier and Type Method Description ListAgentInstallersRequestListAgentInstallersRequest.Builder. build()Build the instance of ListAgentInstallersRequest as configured by this builderListAgentInstallersRequestListAgentInstallersRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAgentInstallersRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListAgentInstallersRequest Modifier and Type Method Description ListAgentInstallersRequest.BuilderListAgentInstallersRequest.Builder. copy(ListAgentInstallersRequest o)Copy method to populate the builder with values from the given instance.
-