| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model | |
| software.amazon.awssdk.services.support.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Communication> |
RecentCaseCommunications.communications()
The five most recent communications associated with the case.
|
List<Communication> |
DescribeCommunicationsResponse.communications()
The communications for the case.
|
| Modifier and Type | Method and Description |
|---|---|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Communication... communications)
The five most recent communications associated with the case.
|
DescribeCommunicationsResponse.Builder |
DescribeCommunicationsResponse.Builder.communications(Communication... communications)
The communications for the case.
|
| Modifier and Type | Method and Description |
|---|---|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Collection<Communication> communications)
The five most recent communications associated with the case.
|
DescribeCommunicationsResponse.Builder |
DescribeCommunicationsResponse.Builder.communications(Collection<Communication> communications)
The communications for the case.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Communication> |
DescribeCommunicationsIterable.communications()
Returns an iterable to iterate through the paginated
DescribeCommunicationsResponse.communications()
member. |
SdkPublisher<Communication> |
DescribeCommunicationsPublisher.communications()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.