Uses of Class
com.oracle.bmc.jms.requests.ListFleetsRequest
-
Packages that use ListFleetsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListFleetsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListFleetsRequest Modifier and Type Method Description ListFleetsResponse
JavaManagementService. listFleets(ListFleetsRequest request)
Returns a list of all the Fleets contained by a compartment.Future<ListFleetsResponse>
JavaManagementServiceAsync. listFleets(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResponse> handler)
Returns a list of all the Fleets contained by a compartment.Future<ListFleetsResponse>
JavaManagementServiceAsyncClient. listFleets(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResponse> handler)
ListFleetsResponse
JavaManagementServiceClient. listFleets(ListFleetsRequest request)
Iterable<FleetSummary>
JavaManagementServicePaginators. listFleetsRecordIterator(ListFleetsRequest request)
Creates a new iterable which will iterate over theFleetSummary
objects contained in responses from the listFleets operation.Iterable<ListFleetsResponse>
JavaManagementServicePaginators. listFleetsResponseIterator(ListFleetsRequest request)
Creates a new iterable which will iterate over the responses received from the listFleets operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListFleetsRequest Modifier and Type Method Description Future<ListFleetsResponse>
JavaManagementServiceAsync. listFleets(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResponse> handler)
Returns a list of all the Fleets contained by a compartment.Future<ListFleetsResponse>
JavaManagementServiceAsyncClient. listFleets(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResponse> handler)
-
Uses of ListFleetsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListFleetsRequest Modifier and Type Method Description ListFleetsRequest
ListFleetsRequest.Builder. build()
Build the instance of ListFleetsRequest as configured by this builderListFleetsRequest
ListFleetsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFleetsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListFleetsRequest Modifier and Type Method Description ListFleetsRequest.Builder
ListFleetsRequest.Builder. copy(ListFleetsRequest o)
Copy method to populate the builder with values from the given instance.
-