Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ListPagesByContactResponse.Builder
-
Packages that use ListPagesByContactResponse.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ListPagesByContactResponse.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ListPagesByContactResponse.Builder Modifier and Type Method Description static ListPagesByContactResponse.BuilderListPagesByContactResponse. builder()ListPagesByContactResponse.BuilderListPagesByContactResponse.Builder. nextToken(String nextToken)The pagination token to continue to the next page of results.ListPagesByContactResponse.BuilderListPagesByContactResponse.Builder. pages(Collection<Page> pages)The list of engagements to a contact's contact channel.ListPagesByContactResponse.BuilderListPagesByContactResponse.Builder. pages(Consumer<Page.Builder>... pages)The list of engagements to a contact's contact channel.ListPagesByContactResponse.BuilderListPagesByContactResponse.Builder. pages(Page... pages)The list of engagements to a contact's contact channel.ListPagesByContactResponse.BuilderListPagesByContactResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ListPagesByContactResponse.Builder Modifier and Type Method Description static Class<? extends ListPagesByContactResponse.Builder>ListPagesByContactResponse. serializableBuilderClass()
-