Uses of Interface
software.amazon.awssdk.services.connectcases.model.UpdateLayoutRequest.Builder
-
Packages that use UpdateLayoutRequest.Builder Package Description software.amazon.awssdk.services.connectcases With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center.software.amazon.awssdk.services.connectcases.model -
-
Uses of UpdateLayoutRequest.Builder in software.amazon.awssdk.services.connectcases
Method parameters in software.amazon.awssdk.services.connectcases with type arguments of type UpdateLayoutRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLayoutResponse>ConnectCasesAsyncClient. updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest)Updates the attributes of an existing layout.default UpdateLayoutResponseConnectCasesClient. updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest)Updates the attributes of an existing layout. -
Uses of UpdateLayoutRequest.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return UpdateLayoutRequest.Builder Modifier and Type Method Description static UpdateLayoutRequest.BuilderUpdateLayoutRequest. builder()default UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. content(Consumer<LayoutContent.Builder> content)Information about which fields will be present in the layout, the order of the fields.UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. content(LayoutContent content)Information about which fields will be present in the layout, the order of the fields.UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. domainId(String domainId)The unique identifier of the Cases domain.UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. layoutId(String layoutId)The unique identifier of the layout.UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. name(String name)The name of the layout.UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLayoutRequest.BuilderUpdateLayoutRequest. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type UpdateLayoutRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLayoutRequest.Builder>UpdateLayoutRequest. serializableBuilderClass()
-