Uses of Class
software.amazon.awssdk.services.costexplorer.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Group in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Group Modifier and Type Method Description List<Group>ResultByTime. groups()The groups that this time period includes.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type Group Modifier and Type Method Description ResultByTime.BuilderResultByTime.Builder. groups(Group... groups)The groups that this time period includes.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type Group Modifier and Type Method Description ResultByTime.BuilderResultByTime.Builder. groups(Collection<Group> groups)The groups that this time period includes.
-