Class NetAppClient.ListKmsConfigsPage (0.9.0)

public static class NetAppClient.ListKmsConfigsPage extends AbstractPage<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig,NetAppClient.ListKmsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListKmsConfigsPage

Methods

createPage(PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ListKmsConfigsResponse response)

protected NetAppClient.ListKmsConfigsPage createPage(PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ListKmsConfigsResponse response)
Parameters
NameDescription
contextPageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig>
responseListKmsConfigsResponse
Returns
TypeDescription
NetAppClient.ListKmsConfigsPage
Overrides

createPageAsync(PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ApiFuture<ListKmsConfigsResponse> futureResponse)

public ApiFuture<NetAppClient.ListKmsConfigsPage> createPageAsync(PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ApiFuture<ListKmsConfigsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig>
futureResponseApiFuture<ListKmsConfigsResponse>
Returns
TypeDescription
ApiFuture<ListKmsConfigsPage>
Overrides