Uses of Class
software.amazon.awssdk.services.ec2.model.FleetData
Packages that use FleetData
Package
Description
-
Uses of FleetData in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FleetDataModifier and TypeMethodDescriptionDescribeFleetsResponse.fleets()Information about the EC2 Fleets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FleetDataModifier and TypeMethodDescriptionInformation about the EC2 Fleets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FleetDataModifier and TypeMethodDescriptionDescribeFleetsResponse.Builder.fleets(Collection<FleetData> fleets) Information about the EC2 Fleets. -
Uses of FleetData in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type FleetDataModifier and TypeMethodDescriptionfinal SdkIterable<FleetData>DescribeFleetsIterable.fleets()Returns an iterable to iterate through the paginatedDescribeFleetsResponse.fleets()member.final SdkPublisher<FleetData>DescribeFleetsPublisher.fleets()Returns a publisher that can be used to get a stream of data.