Uses of Class
software.amazon.awssdk.services.connectcases.model.BatchGetCaseRuleResponse
-
Packages that use BatchGetCaseRuleResponse Package Description software.amazon.awssdk.services.connectcases -
-
Uses of BatchGetCaseRuleResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return BatchGetCaseRuleResponse Modifier and Type Method Description default BatchGetCaseRuleResponseConnectCasesClient. batchGetCaseRule(Consumer<BatchGetCaseRuleRequest.Builder> batchGetCaseRuleRequest)Gets a batch of case rules.default BatchGetCaseRuleResponseConnectCasesClient. batchGetCaseRule(BatchGetCaseRuleRequest batchGetCaseRuleRequest)Gets a batch of case rules.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type BatchGetCaseRuleResponse Modifier and Type Method Description default CompletableFuture<BatchGetCaseRuleResponse>ConnectCasesAsyncClient. batchGetCaseRule(Consumer<BatchGetCaseRuleRequest.Builder> batchGetCaseRuleRequest)Gets a batch of case rules.default CompletableFuture<BatchGetCaseRuleResponse>ConnectCasesAsyncClient. batchGetCaseRule(BatchGetCaseRuleRequest batchGetCaseRuleRequest)Gets a batch of case rules.
-