Class ContactCenterInsightsClient.ListAnalysisRulesPage (2.54.0)

public static class ContactCenterInsightsClient.ListAnalysisRulesPage extends AbstractPage<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule,ContactCenterInsightsClient.ListAnalysisRulesPage>

Inheritance

java.lang.Object > AbstractPage > ContactCenterInsightsClient.ListAnalysisRulesPage

Methods

createPage(PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, ListAnalysisRulesResponse response)

protected ContactCenterInsightsClient.ListAnalysisRulesPage createPage(PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, ListAnalysisRulesResponse response)
Parameters
Name Description
context PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule>
response ListAnalysisRulesResponse
Returns
Type Description
ContactCenterInsightsClient.ListAnalysisRulesPage
Overrides

createPageAsync(PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, ApiFuture<ListAnalysisRulesResponse> futureResponse)

public ApiFuture<ContactCenterInsightsClient.ListAnalysisRulesPage> createPageAsync(PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule> context, ApiFuture<ListAnalysisRulesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAnalysisRulesRequest,ListAnalysisRulesResponse,AnalysisRule>
futureResponse ApiFuture<ListAnalysisRulesResponse>
Returns
Type Description
ApiFuture<ListAnalysisRulesPage>
Overrides