Class CmekServiceClient.ListEncryptionConfigsPage (1.60.0)

public static class CmekServiceClient.ListEncryptionConfigsPage extends AbstractPage<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig,CmekServiceClient.ListEncryptionConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CmekServiceClient.ListEncryptionConfigsPage

Methods

createPage(PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, ListEncryptionConfigsResponse response)

protected CmekServiceClient.ListEncryptionConfigsPage createPage(PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, ListEncryptionConfigsResponse response)
Parameters
Name Description
context PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig>
response ListEncryptionConfigsResponse
Returns
Type Description
CmekServiceClient.ListEncryptionConfigsPage
Overrides

createPageAsync(PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, ApiFuture<ListEncryptionConfigsResponse> futureResponse)

public ApiFuture<CmekServiceClient.ListEncryptionConfigsPage> createPageAsync(PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, ApiFuture<ListEncryptionConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig>
futureResponse ApiFuture<ListEncryptionConfigsResponse>
Returns
Type Description
ApiFuture<ListEncryptionConfigsPage>
Overrides