Uses of Class
software.amazon.awssdk.services.connectcases.model.GetCaseResponse
-
Packages that use GetCaseResponse 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 GetCaseResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return GetCaseResponse Modifier and Type Method Description default GetCaseResponseConnectCasesClient. getCase(Consumer<GetCaseRequest.Builder> getCaseRequest)Returns information about a specific case if it exists.default GetCaseResponseConnectCasesClient. getCase(GetCaseRequest getCaseRequest)Returns information about a specific case if it exists.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type GetCaseResponse Modifier and Type Method Description default CompletableFuture<GetCaseResponse>ConnectCasesAsyncClient. getCase(Consumer<GetCaseRequest.Builder> getCaseRequest)Returns information about a specific case if it exists.default CompletableFuture<GetCaseResponse>ConnectCasesAsyncClient. getCase(GetCaseRequest getCaseRequest)Returns information about a specific case if it exists. -
Uses of GetCaseResponse in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type GetCaseResponse Modifier and Type Method Description Iterator<GetCaseResponse>GetCaseIterable. iterator()Method parameters in software.amazon.awssdk.services.connectcases.paginators with type arguments of type GetCaseResponse Modifier and Type Method Description voidGetCasePublisher. subscribe(org.reactivestreams.Subscriber<? super GetCaseResponse> subscriber)
-