Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Page
-
Packages that use Page Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of Page in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Page Modifier and Type Method Description List<Page>ListPagesByContactResponse. pages()The list of engagements to a contact's contact channel.List<Page>ListPagesByEngagementResponse. pages()The list of engagements to contact channels.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Page Modifier and Type Method Description ListPagesByContactResponse.BuilderListPagesByContactResponse.Builder. pages(Page... pages)The list of engagements to a contact's contact channel.ListPagesByEngagementResponse.BuilderListPagesByEngagementResponse.Builder. pages(Page... pages)The list of engagements to contact channels.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Page Modifier and Type Method Description ListPagesByContactResponse.BuilderListPagesByContactResponse.Builder. pages(Collection<Page> pages)The list of engagements to a contact's contact channel.ListPagesByEngagementResponse.BuilderListPagesByEngagementResponse.Builder. pages(Collection<Page> pages)The list of engagements to contact channels. -
Uses of Page in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type Page Modifier and Type Method Description SdkIterable<Page>ListPagesByContactIterable. pages()Returns an iterable to iterate through the paginatedListPagesByContactResponse.pages()member.SdkPublisher<Page>ListPagesByContactPublisher. pages()Returns a publisher that can be used to get a stream of data.SdkIterable<Page>ListPagesByEngagementIterable. pages()Returns an iterable to iterate through the paginatedListPagesByEngagementResponse.pages()member.SdkPublisher<Page>ListPagesByEngagementPublisher. pages()Returns a publisher that can be used to get a stream of data.
-