| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPagesByContactResponse.Builder |
ListPagesByContactResponse.builder() |
ListPagesByContactResponse.Builder |
ListPagesByContactResponse.Builder.nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListPagesByContactResponse.Builder |
ListPagesByContactResponse.Builder.pages(Collection<Page> pages)
The list of engagements to a contact's contact channel.
|
ListPagesByContactResponse.Builder |
ListPagesByContactResponse.Builder.pages(Consumer<Page.Builder>... pages)
The list of engagements to a contact's contact channel.
|
ListPagesByContactResponse.Builder |
ListPagesByContactResponse.Builder.pages(Page... pages)
The list of engagements to a contact's contact channel.
|
ListPagesByContactResponse.Builder |
ListPagesByContactResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPagesByContactResponse.Builder> |
ListPagesByContactResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.