Uses of Interface
software.amazon.awssdk.services.support.model.RecentCaseCommunications.Builder
-
Packages that use RecentCaseCommunications.Builder Package Description software.amazon.awssdk.services.support.model -
-
Uses of RecentCaseCommunications.Builder in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return RecentCaseCommunications.Builder Modifier and Type Method Description static RecentCaseCommunications.BuilderRecentCaseCommunications. builder()RecentCaseCommunications.BuilderRecentCaseCommunications.Builder. communications(Collection<Communication> communications)The five most recent communications associated with the case.RecentCaseCommunications.BuilderRecentCaseCommunications.Builder. communications(Consumer<Communication.Builder>... communications)The five most recent communications associated with the case.RecentCaseCommunications.BuilderRecentCaseCommunications.Builder. communications(Communication... communications)The five most recent communications associated with the case.RecentCaseCommunications.BuilderRecentCaseCommunications.Builder. nextToken(String nextToken)A resumption point for pagination.RecentCaseCommunications.BuilderRecentCaseCommunications. toBuilder()Methods in software.amazon.awssdk.services.support.model that return types with arguments of type RecentCaseCommunications.Builder Modifier and Type Method Description static Class<? extends RecentCaseCommunications.Builder>RecentCaseCommunications. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.support.model with type arguments of type RecentCaseCommunications.Builder Modifier and Type Method Description default CaseDetails.BuilderCaseDetails.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.
-