Uses of Class
software.amazon.awssdk.services.connectcases.model.BatchGetFieldResponse
-
Packages that use BatchGetFieldResponse 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. -
-
Uses of BatchGetFieldResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return BatchGetFieldResponse Modifier and Type Method Description default BatchGetFieldResponseConnectCasesClient. batchGetField(Consumer<BatchGetFieldRequest.Builder> batchGetFieldRequest)Returns the description for the list of fields in the request parameters.default BatchGetFieldResponseConnectCasesClient. batchGetField(BatchGetFieldRequest batchGetFieldRequest)Returns the description for the list of fields in the request parameters.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type BatchGetFieldResponse Modifier and Type Method Description default CompletableFuture<BatchGetFieldResponse>ConnectCasesAsyncClient. batchGetField(Consumer<BatchGetFieldRequest.Builder> batchGetFieldRequest)Returns the description for the list of fields in the request parameters.default CompletableFuture<BatchGetFieldResponse>ConnectCasesAsyncClient. batchGetField(BatchGetFieldRequest batchGetFieldRequest)Returns the description for the list of fields in the request parameters.
-