Uses of Class
software.amazon.awssdk.services.connectcases.model.ListFieldOptionsResponse
-
Packages that use ListFieldOptionsResponse 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 -
-
Uses of ListFieldOptionsResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return ListFieldOptionsResponse Modifier and Type Method Description default ListFieldOptionsResponseConnectCasesClient. listFieldOptions(Consumer<ListFieldOptionsRequest.Builder> listFieldOptionsRequest)Lists all of the field options for a field identifier in the domain.default ListFieldOptionsResponseConnectCasesClient. listFieldOptions(ListFieldOptionsRequest listFieldOptionsRequest)Lists all of the field options for a field identifier in the domain.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type ListFieldOptionsResponse Modifier and Type Method 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. -
Uses of ListFieldOptionsResponse in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type ListFieldOptionsResponse Modifier and Type Method Description Iterator<ListFieldOptionsResponse>ListFieldOptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.connectcases.paginators with type arguments of type ListFieldOptionsResponse Modifier and Type Method Description voidListFieldOptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFieldOptionsResponse> subscriber)
-