Class CloudDeployClient.ListCustomTargetTypesPage (1.56.0)

public static class CloudDeployClient.ListCustomTargetTypesPage extends AbstractPage<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType,CloudDeployClient.ListCustomTargetTypesPage>

Inheritance

java.lang.Object > AbstractPage > CloudDeployClient.ListCustomTargetTypesPage

Methods

createPage(PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, ListCustomTargetTypesResponse response)

protected CloudDeployClient.ListCustomTargetTypesPage createPage(PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, ListCustomTargetTypesResponse response)
Overrides

createPageAsync(PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, ApiFuture<ListCustomTargetTypesResponse> futureResponse)

public ApiFuture<CloudDeployClient.ListCustomTargetTypesPage> createPageAsync(PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType> context, ApiFuture<ListCustomTargetTypesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListCustomTargetTypesPage>
Overrides