| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFieldOptionsResponse |
ConnectCasesClient.listFieldOptions(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest)
Lists all of the field options for a field identifier in the domain.
|
default ListFieldOptionsResponse |
ConnectCasesClient.listFieldOptions(ListFieldOptionsRequest listFieldOptionsRequest)
Lists all of the field options for a field identifier in the domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFieldOptionsResponse> |
ConnectCasesAsyncClient.listFieldOptions(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest)
Lists all of the field options for a field identifier in the domain.
|
default CompletableFuture<ListFieldOptionsResponse> |
ConnectCasesAsyncClient.listFieldOptions(ListFieldOptionsRequest listFieldOptionsRequest)
Lists all of the field options for a field identifier in the domain.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFieldOptionsResponse> |
ListFieldOptionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFieldOptionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFieldOptionsResponse> subscriber) |
Copyright © 2023. All rights reserved.