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 regarding the support case.
|
DescribeCommunicationsResult |
AWSSupportClient.describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications regarding the support case.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications regarding the support case.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest)
Returns communications regarding the support case.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications regarding the support case.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications regarding the support case.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications regarding the support case.
|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications regarding the support case.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.