Class TenantServiceClient.ListTenantsPage (2.42.0)

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
NameDescription
contextPageContext<ListTenantsRequest,ListTenantsResponse,Tenant>
responseListTenantsResponse
Returns
TypeDescription
TenantServiceClient.ListTenantsPage
Overrides

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

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