Uses of Class
software.amazon.awssdk.services.serverlessapplicationrepository.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.serverlessapplicationrepository.model -
-
Uses of Tag in software.amazon.awssdk.services.serverlessapplicationrepository.model
Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateCloudFormationChangeSetRequest. tags()This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.Methods in software.amazon.awssdk.services.serverlessapplicationrepository.model with parameters of type Tag Modifier and Type Method Description CreateCloudFormationChangeSetRequest.BuilderCreateCloudFormationChangeSetRequest.Builder. tags(Tag... tags)This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.Method parameters in software.amazon.awssdk.services.serverlessapplicationrepository.model with type arguments of type Tag Modifier and Type Method Description CreateCloudFormationChangeSetRequest.BuilderCreateCloudFormationChangeSetRequest.Builder. tags(Collection<Tag> tags)This property corresponds to the parameter of the same name for the AWS CloudFormation CreateChangeSet API.
-