Class ConfigClient.ListDeploymentsPagedResponse (0.7.0)

public static class ConfigClient.ListDeploymentsPagedResponse extends AbstractPagedListResponse<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,ConfigClient.ListDeploymentsPage,ConfigClient.ListDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ConfigClient.ListDeploymentsPagedResponse

Static Methods

createAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)

public static ApiFuture<ConfigClient.ListDeploymentsPagedResponse> createAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponseApiFuture<ListDeploymentsResponse>
Returns
TypeDescription
ApiFuture<ListDeploymentsPagedResponse>