| 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 |
|---|---|
DescribeCommunicationsPublisher |
DescribeCommunicationsPublisher.resume(DescribeCommunicationsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
DescribeCommunicationsIterable |
DescribeCommunicationsIterable.resume(DescribeCommunicationsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCommunicationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCommunicationsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCommunicationsResponse |
DescribeCommunicationsResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.