| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceSummary |
ReferenceSummary.fromAttachment(AttachmentReference attachment)
Create an instance of this class with
attachment() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromAttachment(Consumer<AttachmentReference.Builder> attachment)
Create an instance of this class with
attachment() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromDate(Consumer<DateReference.Builder> date)
Create an instance of this class with
date() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromDate(DateReference date)
Create an instance of this class with
date() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromEmail(Consumer<EmailReference.Builder> email)
Create an instance of this class with
email() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromEmail(EmailReference email)
Create an instance of this class with
email() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromNumber(Consumer<NumberReference.Builder> number)
Create an instance of this class with
number() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromNumber(NumberReference number)
Create an instance of this class with
number() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromString(Consumer<StringReference.Builder> string)
Create an instance of this class with
string() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromString(StringReference string)
Create an instance of this class with
string() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromUrl(Consumer<UrlReference.Builder> url)
Create an instance of this class with
url() initialized to the given value. |
static ReferenceSummary |
ReferenceSummary.fromUrl(UrlReference url)
Create an instance of this class with
url() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceSummary> |
ListContactReferencesResponse.referenceSummaryList()
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesResponse.Builder |
ListContactReferencesResponse.Builder.referenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesResponse.Builder |
ListContactReferencesResponse.Builder.referenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ReferenceSummary> |
ListContactReferencesPublisher.referenceSummaryList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ReferenceSummary> |
ListContactReferencesIterable.referenceSummaryList()
Returns an iterable to iterate through the paginated
ListContactReferencesResponse.referenceSummaryList()
member. |
Copyright © 2023. All rights reserved.