Class CloudDeployClient.ListCustomTargetTypesPage (1.41.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)
Parameters
Name Description
context PageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType>
response ListCustomTargetTypesResponse
Returns
Type Description
CloudDeployClient.ListCustomTargetTypesPage
Overrides

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

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