Class NetAppClient.ListKmsConfigsPage (0.24.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
Name Description
context PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig>
response ListKmsConfigsResponse
Returns
Type Description
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
Name Description
context PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig>
futureResponse ApiFuture<ListKmsConfigsResponse>
Returns
Type Description
ApiFuture<ListKmsConfigsPage>
Overrides