Uses of Interface
software.amazon.awssdk.services.costexplorer.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return Group.Builder Modifier and Type Method Description static Group.BuilderGroup. builder()Group.BuilderGroup.Builder. keys(String... keys)The keys that are included in this group.Group.BuilderGroup.Builder. keys(Collection<String> keys)The keys that are included in this group.Group.BuilderGroup.Builder. metrics(Map<String,MetricValue> metrics)The metrics that are included in this group.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Group.Builder Modifier and Type Method Description static Class<? extends Group.Builder>Group. serializableBuilderClass()
-