Uses of Class
com.oracle.bmc.wlms.responses.ListManagedInstancesResponse
-
Packages that use ListManagedInstancesResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of ListManagedInstancesResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return ListManagedInstancesResponse Modifier and Type Method Description ListManagedInstancesResponseWeblogicManagementService. listManagedInstances(ListManagedInstancesRequest request)Lists managed instances that match the specified compartment or managed instance OCID.ListManagedInstancesResponseWeblogicManagementServiceClient. listManagedInstances(ListManagedInstancesRequest request)Methods in com.oracle.bmc.wlms that return types with arguments of type ListManagedInstancesResponse Modifier and Type Method Description Future<ListManagedInstancesResponse>WeblogicManagementServiceAsync. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler)Lists managed instances that match the specified compartment or managed instance OCID.Future<ListManagedInstancesResponse>WeblogicManagementServiceAsyncClient. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler)Iterable<ListManagedInstancesResponse>WeblogicManagementServicePaginators. listManagedInstancesResponseIterator(ListManagedInstancesRequest request)Creates a new iterable which will iterate over the responses received from the listManagedInstances operation.Method parameters in com.oracle.bmc.wlms with type arguments of type ListManagedInstancesResponse Modifier and Type Method Description Future<ListManagedInstancesResponse>WeblogicManagementServiceAsync. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler)Lists managed instances that match the specified compartment or managed instance OCID.Future<ListManagedInstancesResponse>WeblogicManagementServiceAsyncClient. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler) -
Uses of ListManagedInstancesResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ListManagedInstancesResponse Modifier and Type Method Description ListManagedInstancesResponseListManagedInstancesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type ListManagedInstancesResponse Modifier and Type Method Description ListManagedInstancesResponse.BuilderListManagedInstancesResponse.Builder. copy(ListManagedInstancesResponse o)Copy method to populate the builder with values from the given instance.
-