Uses of Class
com.oracle.bmc.jms.responses.ListInstallationSitesResponse
-
Packages that use ListInstallationSitesResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of ListInstallationSitesResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return ListInstallationSitesResponse Modifier and Type Method Description ListInstallationSitesResponse
JavaManagementService. listInstallationSites(ListInstallationSitesRequest request)
List Java installation sites in a Fleet filtered by query parameters.ListInstallationSitesResponse
JavaManagementServiceClient. listInstallationSites(ListInstallationSitesRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type ListInstallationSitesResponse Modifier and Type Method Description Future<ListInstallationSitesResponse>
JavaManagementServiceAsync. listInstallationSites(ListInstallationSitesRequest request, AsyncHandler<ListInstallationSitesRequest,ListInstallationSitesResponse> handler)
List Java installation sites in a Fleet filtered by query parameters.Future<ListInstallationSitesResponse>
JavaManagementServiceAsyncClient. listInstallationSites(ListInstallationSitesRequest request, AsyncHandler<ListInstallationSitesRequest,ListInstallationSitesResponse> handler)
Iterable<ListInstallationSitesResponse>
JavaManagementServicePaginators. listInstallationSitesResponseIterator(ListInstallationSitesRequest request)
Creates a new iterable which will iterate over the responses received from the listInstallationSites operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListInstallationSitesResponse Modifier and Type Method Description Future<ListInstallationSitesResponse>
JavaManagementServiceAsync. listInstallationSites(ListInstallationSitesRequest request, AsyncHandler<ListInstallationSitesRequest,ListInstallationSitesResponse> handler)
List Java installation sites in a Fleet filtered by query parameters.Future<ListInstallationSitesResponse>
JavaManagementServiceAsyncClient. listInstallationSites(ListInstallationSitesRequest request, AsyncHandler<ListInstallationSitesRequest,ListInstallationSitesResponse> handler)
-
Uses of ListInstallationSitesResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return ListInstallationSitesResponse Modifier and Type Method Description ListInstallationSitesResponse
ListInstallationSitesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type ListInstallationSitesResponse Modifier and Type Method Description ListInstallationSitesResponse.Builder
ListInstallationSitesResponse.Builder. copy(ListInstallationSitesResponse o)
Copy method to populate the builder with values from the given instance.
-