Class SecurityCenterClient.ListResourceValueConfigsPage (2.50.0)

public static class SecurityCenterClient.ListResourceValueConfigsPage extends AbstractPage<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig,SecurityCenterClient.ListResourceValueConfigsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListResourceValueConfigsPage

Methods

createPage(PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, ListResourceValueConfigsResponse response)

protected SecurityCenterClient.ListResourceValueConfigsPage createPage(PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, ListResourceValueConfigsResponse response)
Parameters
Name Description
context PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig>
response ListResourceValueConfigsResponse
Returns
Type Description
SecurityCenterClient.ListResourceValueConfigsPage
Overrides

createPageAsync(PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, ApiFuture<ListResourceValueConfigsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListResourceValueConfigsPage> createPageAsync(PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig> context, ApiFuture<ListResourceValueConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig>
futureResponse ApiFuture<ListResourceValueConfigsResponse>
Returns
Type Description
ApiFuture<ListResourceValueConfigsPage>
Overrides