Package | Description |
---|---|
com.oracle.bmc.jms | |
com.oracle.bmc.jms.responses |
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) |
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) |
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 |
---|---|
ListFleetsResponse |
ListFleetsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListFleetsResponse.Builder |
ListFleetsResponse.Builder.copy(ListFleetsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.