Uses of Class
software.amazon.awssdk.services.connectcases.model.BatchGetFieldResponse
-
Packages that use BatchGetFieldResponse Package Description software.amazon.awssdk.services.connectcases -
-
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.
-