Class IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage (0.60.0)

public static class IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage extends AbstractPage<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore,IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage>

Inheritance

java.lang.Object > AbstractPage > IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage

Methods

createPage(PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, ListIdentityMappingStoresResponse response)

protected IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage createPage(PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, ListIdentityMappingStoresResponse response)
Parameters
Name Description
context PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore>
response ListIdentityMappingStoresResponse
Returns
Type Description
IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage
Overrides

createPageAsync(PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, ApiFuture<ListIdentityMappingStoresResponse> futureResponse)

public ApiFuture<IdentityMappingStoreServiceClient.ListIdentityMappingStoresPage> createPageAsync(PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore> context, ApiFuture<ListIdentityMappingStoresResponse> futureResponse)
Parameters
Name Description
context PageContext<ListIdentityMappingStoresRequest,ListIdentityMappingStoresResponse,IdentityMappingStore>
futureResponse ApiFuture<ListIdentityMappingStoresResponse>
Returns
Type Description
ApiFuture<ListIdentityMappingStoresPage>
Overrides