| Package | Description |
|---|---|
| software.amazon.awssdk.services.support |
|
| software.amazon.awssdk.services.support.paginators | |
| software.amazon.awssdk.services.support.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCommunicationsResponse |
SupportClient.describeCommunications(Consumer<DescribeCommunicationsRequest.Builder> describeCommunicationsRequest)
Returns communications (and attachments) for one or more support cases.
|
default DescribeCommunicationsResponse |
SupportClient.describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications (and attachments) for one or more support cases.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeCommunicationsResponse> |
SupportAsyncClient.describeCommunications(Consumer<DescribeCommunicationsRequest.Builder> describeCommunicationsRequest)
Returns communications (and attachments) for one or more support cases.
|
default CompletableFuture<DescribeCommunicationsResponse> |
SupportAsyncClient.describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications (and attachments) for one or more support cases.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeCommunicationsResponse> |
DescribeCommunicationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCommunicationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCommunicationsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCommunicationsResponse |
DescribeCommunicationsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.