Uses of Class
software.amazon.awssdk.services.quicksight.model.TemplateSourceEntity
-
Packages that use TemplateSourceEntity Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TemplateSourceEntity in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TemplateSourceEntity Modifier and Type Method Description TemplateSourceEntityCreateTemplateRequest. sourceEntity()The entity that you are using as a source when you create the template.TemplateSourceEntityUpdateTemplateRequest. sourceEntity()The entity that you are using as a source when you update the template.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TemplateSourceEntity Modifier and Type Method Description CreateTemplateRequest.BuilderCreateTemplateRequest.Builder. sourceEntity(TemplateSourceEntity sourceEntity)The entity that you are using as a source when you create the template.UpdateTemplateRequest.BuilderUpdateTemplateRequest.Builder. sourceEntity(TemplateSourceEntity sourceEntity)The entity that you are using as a source when you update the template.
-