| Package | Description |
|---|---|
| com.amazonaws.services.connectcases |
Welcome to the Amazon Connect Cases API Reference.
|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLayoutResult> |
AmazonConnectCasesAsyncClient.createLayoutAsync(CreateLayoutRequest request,
AsyncHandler<CreateLayoutRequest,CreateLayoutResult> asyncHandler) |
Future<CreateLayoutResult> |
AbstractAmazonConnectCasesAsync.createLayoutAsync(CreateLayoutRequest request,
AsyncHandler<CreateLayoutRequest,CreateLayoutResult> asyncHandler) |
Future<CreateLayoutResult> |
AmazonConnectCasesAsync.createLayoutAsync(CreateLayoutRequest createLayoutRequest,
AsyncHandler<CreateLayoutRequest,CreateLayoutResult> asyncHandler)
Creates a layout in the Cases domain.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLayoutRequest |
CreateLayoutRequest.clone() |
CreateLayoutRequest |
CreateLayoutRequest.withContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
CreateLayoutRequest |
CreateLayoutRequest.withDomainId(String domainId)
The unique identifier of the Cases domain.
|
CreateLayoutRequest |
CreateLayoutRequest.withName(String name)
The name of the layout.
|
Copyright © 2022. All rights reserved.