Class TenantServiceClient.ListTenantsPage (2.2.9)

public static class TenantServiceClient.ListTenantsPage extends AbstractPage<ListTenantsRequest,ListTenantsResponse,Tenant,TenantServiceClient.ListTenantsPage>

Inheritance

java.lang.Object > AbstractPage > TenantServiceClient.ListTenantsPage

Methods

createPage(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ListTenantsResponse response)

protected TenantServiceClient.ListTenantsPage createPage(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ListTenantsResponse response)
Parameters Returns Overrides

createPageAsync(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ApiFuture<ListTenantsResponse> futureResponse)

public ApiFuture<TenantServiceClient.ListTenantsPage> createPageAsync(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ApiFuture<ListTenantsResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListTenantsPage>
Overrides