Uses of Class
software.amazon.awssdk.services.appstream.model.Fleet
-
Packages that use Fleet Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of Fleet in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return Fleet Modifier and Type Method Description FleetCreateFleetResponse. fleet()Information about the fleet.FleetUpdateFleetResponse. fleet()Information about the fleet.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type Fleet Modifier and Type Method Description List<Fleet>DescribeFleetsResponse. fleets()Information about the fleets.Methods in software.amazon.awssdk.services.appstream.model with parameters of type Fleet Modifier and Type Method Description CreateFleetResponse.BuilderCreateFleetResponse.Builder. fleet(Fleet fleet)Information about the fleet.UpdateFleetResponse.BuilderUpdateFleetResponse.Builder. fleet(Fleet fleet)Information about the fleet.DescribeFleetsResponse.BuilderDescribeFleetsResponse.Builder. fleets(Fleet... fleets)Information about the fleets.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type Fleet Modifier and Type Method Description DescribeFleetsResponse.BuilderDescribeFleetsResponse.Builder. fleets(Collection<Fleet> fleets)Information about the fleets.
-