Uses of Class
software.amazon.awssdk.services.support.model.DescribeCommunicationsResponse
-
Packages that use DescribeCommunicationsResponse Package Description software.amazon.awssdk.services.support Amazon Web Services Support software.amazon.awssdk.services.support.paginators -
-
Uses of DescribeCommunicationsResponse in software.amazon.awssdk.services.support
Methods in software.amazon.awssdk.services.support that return DescribeCommunicationsResponse Modifier and Type Method Description default DescribeCommunicationsResponseSupportClient. describeCommunications(Consumer<DescribeCommunicationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.support that return types with arguments of type DescribeCommunicationsResponse Modifier and Type Method Description default CompletableFuture<DescribeCommunicationsResponse>SupportAsyncClient. describeCommunications(Consumer<DescribeCommunicationsRequest.Builder> describeCommunicationsRequest)Returns communications and attachments for one or more support cases.default CompletableFuture<DescribeCommunicationsResponse>SupportAsyncClient. describeCommunications(DescribeCommunicationsRequest describeCommunicationsRequest)Returns communications and attachments for one or more support cases. -
Uses of DescribeCommunicationsResponse in software.amazon.awssdk.services.support.paginators
Methods in software.amazon.awssdk.services.support.paginators that return types with arguments of type DescribeCommunicationsResponse Modifier and Type Method Description Iterator<DescribeCommunicationsResponse>DescribeCommunicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.support.paginators with type arguments of type DescribeCommunicationsResponse Modifier and Type Method Description voidDescribeCommunicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCommunicationsResponse> subscriber)
-