Class CloudDeployClient.ListCustomTargetTypesPage (1.39.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
NameDescription
contextPageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType>
responseListCustomTargetTypesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CustomTargetType>
futureResponseApiFuture<ListCustomTargetTypesResponse>
Returns
TypeDescription
ApiFuture<ListCustomTargetTypesPage>
Overrides