Uses of Interface
software.amazon.awssdk.services.serverlessapplicationrepository.model.Tag.Builder
-
Packages that use Tag.Builder Package Description software.amazon.awssdk.services.serverlessapplicationrepository.model -
-
Uses of Tag.Builder in software.amazon.awssdk.services.serverlessapplicationrepository.model
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. key(String key)This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.Tag.BuilderTag. toBuilder()Tag.BuilderTag.Builder. value(String value)This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return types with arguments of type Tag.Builder Modifier and Type Method Description static Class<? extends Tag.Builder>Tag. serializableBuilderClass()
-