Uses of Class
com.amazonaws.services.support.model.DescribeCommunicationsRequest
-
Packages that use DescribeCommunicationsRequest Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of DescribeCommunicationsRequest in com.amazonaws.services.support
Method parameters in com.amazonaws.services.support with type arguments of type DescribeCommunicationsRequest Modifier and Type Method Description 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.Future<DescribeCommunicationsResult>AWSSupportAsyncClient. describeCommunicationsAsync(DescribeCommunicationsRequest request, AsyncHandler<DescribeCommunicationsRequest,DescribeCommunicationsResult> asyncHandler) -
Uses of DescribeCommunicationsRequest in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeCommunicationsRequest Modifier and Type Method Description DescribeCommunicationsRequestDescribeCommunicationsRequest. clone()DescribeCommunicationsRequestDescribeCommunicationsRequest. withAfterTime(String afterTime)The start date for a filtered date search on support case communications.DescribeCommunicationsRequestDescribeCommunicationsRequest. withBeforeTime(String beforeTime)The end date for a filtered date search on support case communications.DescribeCommunicationsRequestDescribeCommunicationsRequest. withCaseId(String caseId)The AWS Support case ID requested or returned in the call.DescribeCommunicationsRequestDescribeCommunicationsRequest. withMaxResults(Integer maxResults)The maximum number of results to return before paginating.DescribeCommunicationsRequestDescribeCommunicationsRequest. withNextToken(String nextToken)A resumption point for pagination.
-