Package | Description |
---|---|
com.amazonaws.services.support |
|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest request,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler) |
Future<DescribeCommunicationsResult> |
AbstractAWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest request,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler) |
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications (and attachments) for one or more support cases.
|
Modifier and Type | Method and Description |
---|---|
DescribeCommunicationsRequest |
DescribeCommunicationsRequest.clone() |
DescribeCommunicationsRequest |
DescribeCommunicationsRequest.withAfterTime(String afterTime)
The start date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest |
DescribeCommunicationsRequest.withBeforeTime(String beforeTime)
The end date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest |
DescribeCommunicationsRequest.withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
DescribeCommunicationsRequest |
DescribeCommunicationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return before paginating.
|
DescribeCommunicationsRequest |
DescribeCommunicationsRequest.withNextToken(String nextToken)
A resumption point for pagination.
|
Copyright © 2018. All rights reserved.