Uses of Interface
software.amazon.awssdk.services.costexplorer.model.ResourceTag.Builder
-
Packages that use ResourceTag.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ResourceTag.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ResourceTag.Builder Modifier and Type Method Description static ResourceTag.BuilderResourceTag. builder()ResourceTag.BuilderResourceTag.Builder. key(String key)The key that's associated with the tag.ResourceTag.BuilderResourceTag. toBuilder()ResourceTag.BuilderResourceTag.Builder. value(String value)The value that's associated with the tag.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ResourceTag.Builder Modifier and Type Method Description static Class<? extends ResourceTag.Builder>ResourceTag. serializableBuilderClass()
-