| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
FleetAttributes |
CreateFleetResponse.fleetAttributes()
The properties for the new fleet, including the current status.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetAttributes> |
DescribeFleetAttributesResponse.fleetAttributes()
A collection of objects containing attribute metadata for each requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAttributesResponse.Builder |
DescribeFleetAttributesResponse.Builder.fleetAttributes(FleetAttributes... fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
CreateFleetResponse.Builder |
CreateFleetResponse.Builder.fleetAttributes(FleetAttributes fleetAttributes)
The properties for the new fleet, including the current status.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAttributesResponse.Builder |
DescribeFleetAttributesResponse.Builder.fleetAttributes(Collection<FleetAttributes> fleetAttributes)
A collection of objects containing attribute metadata for each requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FleetAttributes> |
DescribeFleetAttributesIterable.fleetAttributes()
Returns an iterable to iterate through the paginated
DescribeFleetAttributesResponse.fleetAttributes()
member. |
SdkPublisher<FleetAttributes> |
DescribeFleetAttributesPublisher.fleetAttributes()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.