Uses of Class
com.amazonaws.services.support.model.DescribeCommunicationsRequest
Packages that use DescribeCommunicationsRequest
-
Uses of DescribeCommunicationsRequest in com.amazonaws.services.support
Methods in com.amazonaws.services.support with parameters of type DescribeCommunicationsRequestModifier and TypeMethodDescriptionAbstractAWSSupport.describeCommunications
(DescribeCommunicationsRequest request) AWSSupport.describeCommunications
(DescribeCommunicationsRequest describeCommunicationsRequest) Returns communications (and attachments) for one or more support cases.AWSSupportClient.describeCommunications
(DescribeCommunicationsRequest describeCommunicationsRequest) Returns communications (and attachments) for one or more support cases.AbstractAWSSupportAsync.describeCommunicationsAsync
(DescribeCommunicationsRequest request) AbstractAWSSupportAsync.describeCommunicationsAsync
(DescribeCommunicationsRequest request, AsyncHandler<DescribeCommunicationsRequest, DescribeCommunicationsResult> asyncHandler) AWSSupportAsync.describeCommunicationsAsync
(DescribeCommunicationsRequest describeCommunicationsRequest) Returns communications (and attachments) for one or more support cases.AWSSupportAsync.describeCommunicationsAsync
(DescribeCommunicationsRequest describeCommunicationsRequest, AsyncHandler<DescribeCommunicationsRequest, DescribeCommunicationsResult> asyncHandler) Returns communications (and attachments) for one or more support cases.AWSSupportAsyncClient.describeCommunicationsAsync
(DescribeCommunicationsRequest request) AWSSupportAsyncClient.describeCommunicationsAsync
(DescribeCommunicationsRequest request, AsyncHandler<DescribeCommunicationsRequest, DescribeCommunicationsResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type DescribeCommunicationsRequestModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeCommunicationsAsync
(DescribeCommunicationsRequest request, AsyncHandler<DescribeCommunicationsRequest, DescribeCommunicationsResult> asyncHandler) AWSSupportAsync.describeCommunicationsAsync
(DescribeCommunicationsRequest describeCommunicationsRequest, AsyncHandler<DescribeCommunicationsRequest, DescribeCommunicationsResult> asyncHandler) Returns communications (and attachments) for one or more support cases.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 DescribeCommunicationsRequestModifier and TypeMethodDescriptionDescribeCommunicationsRequest.clone()
DescribeCommunicationsRequest.withAfterTime
(String afterTime) The start date for a filtered date search on support case communications.DescribeCommunicationsRequest.withBeforeTime
(String beforeTime) The end date for a filtered date search on support case communications.DescribeCommunicationsRequest.withCaseId
(String caseId) The AWS Support case ID requested or returned in the call.DescribeCommunicationsRequest.withMaxResults
(Integer maxResults) The maximum number of results to return before paginating.DescribeCommunicationsRequest.withNextToken
(String nextToken) A resumption point for pagination.