Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TemplateSourceEntity |
TemplateSourceEntity.clone() |
TemplateSourceEntity |
CreateTemplateRequest.getSourceEntity()
The entity that you are using as a source when you create the template.
|
TemplateSourceEntity |
UpdateTemplateRequest.getSourceEntity()
The entity that you are using as a source when you update the template.
|
TemplateSourceEntity |
TemplateSourceEntity.withSourceAnalysis(TemplateSourceAnalysis sourceAnalysis)
The source analysis, if it is based on an analysis.
|
TemplateSourceEntity |
TemplateSourceEntity.withSourceTemplate(TemplateSourceTemplate sourceTemplate)
The source template, if it is based on an template.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTemplateRequest.setSourceEntity(TemplateSourceEntity sourceEntity)
The entity that you are using as a source when you create the template.
|
void |
UpdateTemplateRequest.setSourceEntity(TemplateSourceEntity sourceEntity)
The entity that you are using as a source when you update the template.
|
CreateTemplateRequest |
CreateTemplateRequest.withSourceEntity(TemplateSourceEntity sourceEntity)
The entity that you are using as a source when you create the template.
|
UpdateTemplateRequest |
UpdateTemplateRequest.withSourceEntity(TemplateSourceEntity sourceEntity)
The entity that you are using as a source when you update the template.
|
Copyright © 2021. All rights reserved.