Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateTemplateResponse
-
Packages that use CreateTemplateResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateTemplateResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateTemplateResponse Modifier and Type Method Description default CreateTemplateResponseQuickSightClient. createTemplate(Consumer<CreateTemplateRequest.Builder> createTemplateRequest)Creates a template either from aTemplateDefinitionor from an existing Amazon QuickSight analysis or template.default CreateTemplateResponseQuickSightClient. createTemplate(CreateTemplateRequest createTemplateRequest)Creates a template either from aTemplateDefinitionor from an existing Amazon QuickSight analysis or template.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateTemplateResponse Modifier and Type Method Description default CompletableFuture<CreateTemplateResponse>QuickSightAsyncClient. createTemplate(Consumer<CreateTemplateRequest.Builder> createTemplateRequest)Creates a template either from aTemplateDefinitionor from an existing Amazon QuickSight analysis or template.default CompletableFuture<CreateTemplateResponse>QuickSightAsyncClient. createTemplate(CreateTemplateRequest createTemplateRequest)Creates a template either from aTemplateDefinitionor from an existing Amazon QuickSight analysis or template.
-