|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeCommunicationsRequest | |
---|---|
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. |
Uses of DescribeCommunicationsRequest in com.amazonaws.services.support |
---|
Method parameters in com.amazonaws.services.support with type arguments of type DescribeCommunicationsRequest | |
---|---|
Future<DescribeCommunicationsResult> |
AWSSupportAsyncClient.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications regarding the support case. |
Future<DescribeCommunicationsResult> |
AWSSupportAsync.describeCommunicationsAsync(DescribeCommunicationsRequest describeCommunicationsRequest,
AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler)
Returns communications regarding the support case. |
Uses of DescribeCommunicationsRequest in com.amazonaws.services.support.model |
---|
Methods in com.amazonaws.services.support.model that return DescribeCommunicationsRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |