| Package | Description |
|---|---|
| com.amazonaws.services.support |
Synchronous and asynchronous client classes for accessing AWSSupport.
|
| com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCommunicationsResult |
AWSSupport.describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications (and attachments) for one or more support
cases.
|
DescribeCommunicationsResult |
AWSSupportClient.describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications (and attachments) for one or more support
cases.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications (and attachments) for one or more support
cases.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications (and attachments) for one or more support
cases.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications (and attachments) for one or more support
cases.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications (and attachments) for one or more support
cases.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications (and attachments) for one or more support
cases.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications (and attachments) for one or more support
cases.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCommunicationsResult |
DescribeCommunicationsResult.clone() |
DescribeCommunicationsResult |
DescribeCommunicationsResult.withCommunications(Collection<Communication> communications)
The communications for the case.
|
DescribeCommunicationsResult |
DescribeCommunicationsResult.withCommunications(Communication... communications)
The communications for the case.
|
DescribeCommunicationsResult |
DescribeCommunicationsResult.withNextToken(String nextToken)
A resumption point for pagination.
|
Copyright © 2015. All rights reserved.