| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases |
Welcome to the Amazon Connect Cases API Reference.
|
| software.amazon.awssdk.services.connectcases.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetCaseResponse |
ConnectCasesClient.getCase(Consumer<GetCaseRequest.Builder> getCaseRequest)
Returns information about a specific case if it exists.
|
default GetCaseResponse |
ConnectCasesClient.getCase(GetCaseRequest getCaseRequest)
Returns information about a specific case if it exists.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetCaseResponse> |
GetCaseIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCasePublisher.subscribe(org.reactivestreams.Subscriber<? super GetCaseResponse> subscriber) |
Copyright © 2022. All rights reserved.