Uses of Class
com.oracle.bmc.wlms.responses.ListManagedInstanceServersResponse
-
Packages that use ListManagedInstanceServersResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of ListManagedInstanceServersResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return ListManagedInstanceServersResponse Modifier and Type Method Description ListManagedInstanceServersResponseWeblogicManagementService. listManagedInstanceServers(ListManagedInstanceServersRequest request)Gets list of servers in a specific managed instance.ListManagedInstanceServersResponseWeblogicManagementServiceClient. listManagedInstanceServers(ListManagedInstanceServersRequest request)Methods in com.oracle.bmc.wlms that return types with arguments of type ListManagedInstanceServersResponse Modifier and Type Method Description Future<ListManagedInstanceServersResponse>WeblogicManagementServiceAsync. listManagedInstanceServers(ListManagedInstanceServersRequest request, AsyncHandler<ListManagedInstanceServersRequest,ListManagedInstanceServersResponse> handler)Gets list of servers in a specific managed instance.Future<ListManagedInstanceServersResponse>WeblogicManagementServiceAsyncClient. listManagedInstanceServers(ListManagedInstanceServersRequest request, AsyncHandler<ListManagedInstanceServersRequest,ListManagedInstanceServersResponse> handler)Iterable<ListManagedInstanceServersResponse>WeblogicManagementServicePaginators. listManagedInstanceServersResponseIterator(ListManagedInstanceServersRequest request)Creates a new iterable which will iterate over the responses received from the listManagedInstanceServers operation.Method parameters in com.oracle.bmc.wlms with type arguments of type ListManagedInstanceServersResponse Modifier and Type Method Description Future<ListManagedInstanceServersResponse>WeblogicManagementServiceAsync. listManagedInstanceServers(ListManagedInstanceServersRequest request, AsyncHandler<ListManagedInstanceServersRequest,ListManagedInstanceServersResponse> handler)Gets list of servers in a specific managed instance.Future<ListManagedInstanceServersResponse>WeblogicManagementServiceAsyncClient. listManagedInstanceServers(ListManagedInstanceServersRequest request, AsyncHandler<ListManagedInstanceServersRequest,ListManagedInstanceServersResponse> handler) -
Uses of ListManagedInstanceServersResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ListManagedInstanceServersResponse Modifier and Type Method Description ListManagedInstanceServersResponseListManagedInstanceServersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type ListManagedInstanceServersResponse Modifier and Type Method Description ListManagedInstanceServersResponse.BuilderListManagedInstanceServersResponse.Builder. copy(ListManagedInstanceServersResponse o)Copy method to populate the builder with values from the given instance.
-