Uses of Class
software.amazon.awssdk.services.gamelift.model.FleetAttributes
-
Packages that use FleetAttributes Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of FleetAttributes in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return FleetAttributes Modifier and Type Method Description FleetAttributesCreateFleetResponse. fleetAttributes()The properties for the new fleet, including the current status.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type FleetAttributes Modifier and Type Method Description List<FleetAttributes>DescribeFleetAttributesResponse. fleetAttributes()A collection of objects containing attribute metadata for each requested fleet ID.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type FleetAttributes Modifier and Type Method Description CreateFleetResponse.BuilderCreateFleetResponse.Builder. fleetAttributes(FleetAttributes fleetAttributes)The properties for the new fleet, including the current status.DescribeFleetAttributesResponse.BuilderDescribeFleetAttributesResponse.Builder. fleetAttributes(FleetAttributes... fleetAttributes)A collection of objects containing attribute metadata for each requested fleet ID.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type FleetAttributes Modifier and Type Method Description DescribeFleetAttributesResponse.BuilderDescribeFleetAttributesResponse.Builder. fleetAttributes(Collection<FleetAttributes> fleetAttributes)A collection of objects containing attribute metadata for each requested fleet ID. -
Uses of FleetAttributes in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type FleetAttributes Modifier and Type Method Description SdkIterable<FleetAttributes>DescribeFleetAttributesIterable. fleetAttributes()Returns an iterable to iterate through the paginatedDescribeFleetAttributesResponse.fleetAttributes()member.SdkPublisher<FleetAttributes>DescribeFleetAttributesPublisher. fleetAttributes()Returns a publisher that can be used to get a stream of data.
-