Uses of Class
software.amazon.awssdk.services.deadline.model.FarmSummary
-
Packages that use FarmSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of FarmSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type FarmSummary Modifier and Type Method Description List<FarmSummary>ListFarmsResponse. farms()Farms on the list.Methods in software.amazon.awssdk.services.deadline.model with parameters of type FarmSummary Modifier and Type Method Description ListFarmsResponse.BuilderListFarmsResponse.Builder. farms(FarmSummary... farms)Farms on the list.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type FarmSummary Modifier and Type Method Description ListFarmsResponse.BuilderListFarmsResponse.Builder. farms(Collection<FarmSummary> farms)Farms on the list. -
Uses of FarmSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type FarmSummary Modifier and Type Method Description SdkIterable<FarmSummary>ListFarmsIterable. farms()Returns an iterable to iterate through the paginatedListFarmsResponse.farms()member.SdkPublisher<FarmSummary>ListFarmsPublisher. farms()Returns a publisher that can be used to get a stream of data.
-