| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
static RecentCaseCommunications.Builder |
RecentCaseCommunications.builder() |
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Collection<Communication> communications)
The five most recent communications associated with the case.
|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Communication... communications)
The five most recent communications associated with the case.
|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.communications(Consumer<Communication.Builder>... communications)
The five most recent communications associated with the case.
|
RecentCaseCommunications.Builder |
RecentCaseCommunications.Builder.nextToken(String nextToken)
A resumption point for pagination.
|
RecentCaseCommunications.Builder |
RecentCaseCommunications.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecentCaseCommunications.Builder> |
RecentCaseCommunications.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaseDetails.Builder |
CaseDetails.Builder.recentCommunications(Consumer<RecentCaseCommunications.Builder> recentCommunications)
The five most recent communications between you and Amazon Web Services Support Center, including the IDs of
any attachments to the communications.
|
Copyright © 2022. All rights reserved.