| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model | |
| software.amazon.awssdk.services.support.paginators | |
| software.amazon.awssdk.services.support.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Communication> |
DescribeCommunicationsResponse.communications()
The communications for the case.
|
List<Communication> |
RecentCaseCommunications.communications()
The five most recent communications associated with the case.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCommunicationsResponse.Builder |
DescribeCommunicationsResponse.Builder.communications(Communication... communications)
The communications for the case.
|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Communication... communications)
The five most recent communications associated with the case.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCommunicationsResponse.Builder |
DescribeCommunicationsResponse.Builder.communications(Collection<Communication> communications)
The communications for the case.
|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Collection<Communication> communications)
The five most recent communications associated with the case.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Communication> |
DescribeCommunicationsPublisher.communications()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Communication> |
DescribeCommunicationsIterable.communications()
Returns an iterable to iterate through the paginated
DescribeCommunicationsResponse.communications()
member. |
| Modifier and Type | Method and Description |
|---|---|
Communication |
CommunicationUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationMarshaller.marshall(Communication communication,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.