Uses of Class
software.amazon.awssdk.services.costexplorer.model.ReservationCoverageGroup
-
Packages that use ReservationCoverageGroup Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ReservationCoverageGroup in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ReservationCoverageGroup Modifier and Type Method Description List<ReservationCoverageGroup>CoverageByTime. groups()The groups of instances that the reservation covered.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type ReservationCoverageGroup Modifier and Type Method Description CoverageByTime.BuilderCoverageByTime.Builder. groups(ReservationCoverageGroup... groups)The groups of instances that the reservation covered.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type ReservationCoverageGroup Modifier and Type Method Description CoverageByTime.BuilderCoverageByTime.Builder. groups(Collection<ReservationCoverageGroup> groups)The groups of instances that the reservation covered.
-