Class SecurityCenterClient.ListResourceValueConfigsPage (2.48.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
NameDescription
contextPageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig>
responseListResourceValueConfigsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListResourceValueConfigsRequest,ListResourceValueConfigsResponse,ResourceValueConfig>
futureResponseApiFuture<ListResourceValueConfigsResponse>
Returns
TypeDescription
ApiFuture<ListResourceValueConfigsPage>
Overrides