Uses of Class
software.amazon.awssdk.services.connectcases.model.LayoutSummary
-
Packages that use LayoutSummary Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of LayoutSummary in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type LayoutSummary Modifier and Type Method Description List<LayoutSummary>ListLayoutsResponse. layouts()The layouts for the domain.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type LayoutSummary Modifier and Type Method Description ListLayoutsResponse.BuilderListLayoutsResponse.Builder. layouts(LayoutSummary... layouts)The layouts for the domain.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type LayoutSummary Modifier and Type Method Description ListLayoutsResponse.BuilderListLayoutsResponse.Builder. layouts(Collection<LayoutSummary> layouts)The layouts for the domain.
-