Uses of Class
software.amazon.awssdk.services.quicksight.model.TemplateAlias
-
Packages that use TemplateAlias Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of TemplateAlias in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TemplateAlias Modifier and Type Method Description TemplateAliasCreateTemplateAliasResponse. templateAlias()Information about the template alias.TemplateAliasDescribeTemplateAliasResponse. templateAlias()Information about the template alias.TemplateAliasUpdateTemplateAliasResponse. templateAlias()The template alias.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TemplateAlias Modifier and Type Method Description List<TemplateAlias>ListTemplateAliasesResponse. templateAliasList()A structure containing the list of the template's aliases.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TemplateAlias Modifier and Type Method Description CreateTemplateAliasResponse.BuilderCreateTemplateAliasResponse.Builder. templateAlias(TemplateAlias templateAlias)Information about the template alias.DescribeTemplateAliasResponse.BuilderDescribeTemplateAliasResponse.Builder. templateAlias(TemplateAlias templateAlias)Information about the template alias.UpdateTemplateAliasResponse.BuilderUpdateTemplateAliasResponse.Builder. templateAlias(TemplateAlias templateAlias)The template alias.ListTemplateAliasesResponse.BuilderListTemplateAliasesResponse.Builder. templateAliasList(TemplateAlias... templateAliasList)A structure containing the list of the template's aliases.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TemplateAlias Modifier and Type Method Description ListTemplateAliasesResponse.BuilderListTemplateAliasesResponse.Builder. templateAliasList(Collection<TemplateAlias> templateAliasList)A structure containing the list of the template's aliases. -
Uses of TemplateAlias in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type TemplateAlias Modifier and Type Method Description SdkIterable<TemplateAlias>ListTemplateAliasesIterable. templateAliasList()Returns an iterable to iterate through the paginatedListTemplateAliasesResponse.templateAliasList()member.SdkPublisher<TemplateAlias>ListTemplateAliasesPublisher. templateAliasList()Returns a publisher that can be used to get a stream of data.
-