Uses of Class
software.amazon.awssdk.services.connect.model.ReferenceSummary
-
Packages that use ReferenceSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of ReferenceSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ReferenceSummary Modifier and Type Method Description static ReferenceSummaryReferenceSummary. fromAttachment(Consumer<AttachmentReference.Builder> attachment)Create an instance of this class withattachment()initialized to the given value.static ReferenceSummaryReferenceSummary. fromAttachment(AttachmentReference attachment)Create an instance of this class withattachment()initialized to the given value.static ReferenceSummaryReferenceSummary. fromDate(Consumer<DateReference.Builder> date)Create an instance of this class withdate()initialized to the given value.static ReferenceSummaryReferenceSummary. fromDate(DateReference date)Create an instance of this class withdate()initialized to the given value.static ReferenceSummaryReferenceSummary. fromEmail(Consumer<EmailReference.Builder> email)Create an instance of this class withemail()initialized to the given value.static ReferenceSummaryReferenceSummary. fromEmail(EmailReference email)Create an instance of this class withemail()initialized to the given value.static ReferenceSummaryReferenceSummary. fromNumber(Consumer<NumberReference.Builder> number)Create an instance of this class withnumber()initialized to the given value.static ReferenceSummaryReferenceSummary. fromNumber(NumberReference number)Create an instance of this class withnumber()initialized to the given value.static ReferenceSummaryReferenceSummary. fromString(Consumer<StringReference.Builder> string)Create an instance of this class withstring()initialized to the given value.static ReferenceSummaryReferenceSummary. fromString(StringReference string)Create an instance of this class withstring()initialized to the given value.static ReferenceSummaryReferenceSummary. fromUrl(Consumer<UrlReference.Builder> url)Create an instance of this class withurl()initialized to the given value.static ReferenceSummaryReferenceSummary. fromUrl(UrlReference url)Create an instance of this class withurl()initialized to the given value.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ReferenceSummary Modifier and Type Method Description List<ReferenceSummary>ListContactReferencesResponse. referenceSummaryList()Information about the flows.Methods in software.amazon.awssdk.services.connect.model with parameters of type ReferenceSummary Modifier and Type Method Description ListContactReferencesResponse.BuilderListContactReferencesResponse.Builder. referenceSummaryList(ReferenceSummary... referenceSummaryList)Information about the flows.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ReferenceSummary Modifier and Type Method Description ListContactReferencesResponse.BuilderListContactReferencesResponse.Builder. referenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)Information about the flows. -
Uses of ReferenceSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ReferenceSummary Modifier and Type Method Description SdkIterable<ReferenceSummary>ListContactReferencesIterable. referenceSummaryList()Returns an iterable to iterate through the paginatedListContactReferencesResponse.referenceSummaryList()member.SdkPublisher<ReferenceSummary>ListContactReferencesPublisher. referenceSummaryList()Returns a publisher that can be used to get a stream of data.
-