Class TagBindingsClient.ListEffectiveTagsPage (1.34.0)

public static class TagBindingsClient.ListEffectiveTagsPage extends AbstractPage<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag,TagBindingsClient.ListEffectiveTagsPage>

Inheritance

java.lang.Object > AbstractPage > TagBindingsClient.ListEffectiveTagsPage

Methods

createPage(PageContext<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag> context, ListEffectiveTagsResponse response)

protected TagBindingsClient.ListEffectiveTagsPage createPage(PageContext<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag> context, ListEffectiveTagsResponse response)
Parameters
NameDescription
contextPageContext<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag>
responseListEffectiveTagsResponse
Returns
TypeDescription
TagBindingsClient.ListEffectiveTagsPage
Overrides

createPageAsync(PageContext<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag> context, ApiFuture<ListEffectiveTagsResponse> futureResponse)

public ApiFuture<TagBindingsClient.ListEffectiveTagsPage> createPageAsync(PageContext<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag> context, ApiFuture<ListEffectiveTagsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListEffectiveTagsRequest,ListEffectiveTagsResponse,EffectiveTag>
futureResponseApiFuture<ListEffectiveTagsResponse>
Returns
TypeDescription
ApiFuture<ListEffectiveTagsPage>
Overrides