Uses of Interface
software.amazon.awssdk.services.costexplorer.model.GroupDefinition.Builder
-
Packages that use GroupDefinition.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of GroupDefinition.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return GroupDefinition.Builder Modifier and Type Method Description static GroupDefinition.BuilderGroupDefinition. builder()GroupDefinition.BuilderGroupDefinition.Builder. key(String key)The string that represents a key for a specified group.GroupDefinition.BuilderGroupDefinition. toBuilder()GroupDefinition.BuilderGroupDefinition.Builder. type(String type)The string that represents the type of group.GroupDefinition.BuilderGroupDefinition.Builder. type(GroupDefinitionType type)The string that represents the type of group.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type GroupDefinition.Builder Modifier and Type Method Description static Class<? extends GroupDefinition.Builder>GroupDefinition. serializableBuilderClass()
-