Uses of Class
software.amazon.awssdk.services.support.model.DescribeCommunicationsRequest
-
Packages that use DescribeCommunicationsRequest Package Description software.amazon.awssdk.services.support Amazon Web Services Support software.amazon.awssdk.services.support.paginators software.amazon.awssdk.services.support.transform -
-
Uses of DescribeCommunicationsRequest in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support with parameters of type DescribeCommunicationsRequest Modifier and Type Method Description default CompletableFuture<DescribeCommunicationsResponse>SupportAsyncClient. describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)Returns communications and attachments for one or more support cases.default DescribeCommunicationsResponseSupportClient. describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)Returns communications and attachments for one or more support cases.default DescribeCommunicationsPublisherSupportAsyncClient. describeCommunicationsPaginator(DescribeCommunicationsRequest describeCommunicationsRequest)Returns communications and attachments for one or more support cases.default DescribeCommunicationsIterableSupportClient. describeCommunicationsPaginator(DescribeCommunicationsRequest describeCommunicationsRequest)Returns communications and attachments for one or more support cases. -
Uses of DescribeCommunicationsRequest in software.amazon.awssdk.services.support.paginators
Constructors in software.amazon.awssdk.services.support.paginators with parameters of type DescribeCommunicationsRequest Constructor Description DescribeCommunicationsIterable(SupportClient client, DescribeCommunicationsRequest firstRequest)DescribeCommunicationsPublisher(SupportAsyncClient client, DescribeCommunicationsRequest firstRequest) -
Uses of DescribeCommunicationsRequest in software.amazon.awssdk.services.support.transform
Methods in software.amazon.awssdk.services.support.transform with parameters of type DescribeCommunicationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeCommunicationsRequestMarshaller. marshall(DescribeCommunicationsRequest describeCommunicationsRequest)
-