Uses of Class
com.amazonaws.services.support.model.DescribeCommunicationsResult
Packages that use DescribeCommunicationsResult
-
Uses of DescribeCommunicationsResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeCommunicationsResultModifier 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.Methods in com.amazonaws.services.support that return types with arguments of type DescribeCommunicationsResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.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 DescribeCommunicationsResultModifier 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 DescribeCommunicationsResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeCommunicationsResultModifier and TypeMethodDescriptionDescribeCommunicationsResult.clone()
DescribeCommunicationsResult.withCommunications
(Communication... communications) The communications for the case.DescribeCommunicationsResult.withCommunications
(Collection<Communication> communications) The communications for the case.DescribeCommunicationsResult.withNextToken
(String nextToken) A resumption point for pagination.