Uses of Class
software.amazon.awssdk.services.gamelift.model.FleetCapacity
-
Packages that use FleetCapacity Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of FleetCapacity in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return FleetCapacity Modifier and Type Method Description FleetCapacityDescribeFleetLocationCapacityResponse. fleetCapacity()Resource capacity information for the requested fleet location.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type FleetCapacity Modifier and Type Method Description List<FleetCapacity>DescribeFleetCapacityResponse. fleetCapacity()A collection of objects that contains capacity information for each requested fleet ID.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type FleetCapacity Modifier and Type Method Description DescribeFleetCapacityResponse.BuilderDescribeFleetCapacityResponse.Builder. fleetCapacity(FleetCapacity... fleetCapacity)A collection of objects that contains capacity information for each requested fleet ID.DescribeFleetLocationCapacityResponse.BuilderDescribeFleetLocationCapacityResponse.Builder. fleetCapacity(FleetCapacity fleetCapacity)Resource capacity information for the requested fleet location.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type FleetCapacity Modifier and Type Method Description DescribeFleetCapacityResponse.BuilderDescribeFleetCapacityResponse.Builder. fleetCapacity(Collection<FleetCapacity> fleetCapacity)A collection of objects that contains capacity information for each requested fleet ID. -
Uses of FleetCapacity in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type FleetCapacity Modifier and Type Method Description SdkIterable<FleetCapacity>DescribeFleetCapacityIterable. fleetCapacity()Returns an iterable to iterate through the paginatedDescribeFleetCapacityResponse.fleetCapacity()member.SdkPublisher<FleetCapacity>DescribeFleetCapacityPublisher. fleetCapacity()Returns a publisher that can be used to get a stream of data.
-