Uses of Class
software.amazon.awssdk.services.support.model.Communication
-
Packages that use Communication Package Description software.amazon.awssdk.services.support.model software.amazon.awssdk.services.support.paginators -
-
Uses of Communication in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type Communication Modifier and Type Method Description List<Communication>DescribeCommunicationsResponse. communications()The communications for the case.List<Communication>RecentCaseCommunications. communications()The five most recent communications associated with the case.Methods in software.amazon.awssdk.services.support.model with parameters of type Communication Modifier and Type Method Description DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse.Builder. communications(Communication... communications)The communications for the case.RecentCaseCommunications.BuilderRecentCaseCommunications.Builder. communications(Communication... communications)The five most recent communications associated with the case.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type Communication Modifier and Type Method Description DescribeCommunicationsResponse.BuilderDescribeCommunicationsResponse.Builder. communications(Collection<Communication> communications)The communications for the case.RecentCaseCommunications.BuilderRecentCaseCommunications.Builder. communications(Collection<Communication> communications)The five most recent communications associated with the case. -
Uses of Communication in software.amazon.awssdk.services.support.paginators
Methods in software.amazon.awssdk.services.support.paginators that return types with arguments of type Communication Modifier and Type Method Description SdkIterable<Communication>DescribeCommunicationsIterable. communications()Returns an iterable to iterate through the paginatedDescribeCommunicationsResponse.communications()member.SdkPublisher<Communication>DescribeCommunicationsPublisher. communications()Returns a publisher that can be used to get a stream of data.
-