Package | Description |
---|---|
com.oracle.bmc.jms | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
ListFleetsResponse |
JavaManagementService.listFleets(ListFleetsRequest request)
Returns a list of all the Fleets contained by a compartment.
|
ListFleetsResponse |
JavaManagementServiceClient.listFleets(ListFleetsRequest request) |
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) |
Iterable<FleetSummary> |
JavaManagementServicePaginators.listFleetsRecordIterator(ListFleetsRequest request)
Creates a new iterable which will iterate over the
FleetSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest |
ListFleetsRequest.Builder.build()
Build the instance of ListFleetsRequest as configured by this builder
|
ListFleetsRequest |
ListFleetsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListFleetsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest.Builder |
ListFleetsRequest.Builder.copy(ListFleetsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.