Uses of Class
software.amazon.awssdk.services.connectcases.model.LayoutConfiguration
-
Packages that use LayoutConfiguration Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of LayoutConfiguration in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return LayoutConfiguration Modifier and Type Method Description LayoutConfigurationCreateTemplateRequest. layoutConfiguration()Configuration of layouts associated to the template.LayoutConfigurationGetTemplateResponse. layoutConfiguration()Configuration of layouts associated to the template.LayoutConfigurationUpdateTemplateRequest. layoutConfiguration()Configuration of layouts associated to the template.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type LayoutConfiguration Modifier and Type Method Description CreateTemplateRequest.BuilderCreateTemplateRequest.Builder. layoutConfiguration(LayoutConfiguration layoutConfiguration)Configuration of layouts associated to the template.GetTemplateResponse.BuilderGetTemplateResponse.Builder. layoutConfiguration(LayoutConfiguration layoutConfiguration)Configuration of layouts associated to the template.UpdateTemplateRequest.BuilderUpdateTemplateRequest.Builder. layoutConfiguration(LayoutConfiguration layoutConfiguration)Configuration of layouts associated to the template.
-