| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FleetData> |
DescribeFleetsResponse.fleets()
Information about the EC2 Fleets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetsResponse.Builder |
DescribeFleetsResponse.Builder.fleets(FleetData... fleets)
Information about the EC2 Fleets.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetsResponse.Builder |
DescribeFleetsResponse.Builder.fleets(Collection<FleetData> fleets)
Information about the EC2 Fleets.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FleetData> |
DescribeFleetsPublisher.fleets()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FleetData> |
DescribeFleetsIterable.fleets()
Returns an iterable to iterate through the paginated
DescribeFleetsResponse.fleets() member. |
Copyright © 2023. All rights reserved.