| 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.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 contact flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesResponse.Builder |
ListContactReferencesResponse.Builder.referenceSummaryList(ReferenceSummary... referenceSummaryList)
Information about the contact flows.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesResponse.Builder |
ListContactReferencesResponse.Builder.referenceSummaryList(Collection<ReferenceSummary> referenceSummaryList)
Information about the contact 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 © 2022. All rights reserved.