Class SecurityCenterSettingsServiceClient.ListComponentsPage (0.45.0)

public static class SecurityCenterSettingsServiceClient.ListComponentsPage extends AbstractPage<ListComponentsRequest,ListComponentsResponse,String,SecurityCenterSettingsServiceClient.ListComponentsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterSettingsServiceClient.ListComponentsPage

Methods

createPage(PageContext<ListComponentsRequest,ListComponentsResponse,String> context, ListComponentsResponse response)

protected SecurityCenterSettingsServiceClient.ListComponentsPage createPage(PageContext<ListComponentsRequest,ListComponentsResponse,String> context, ListComponentsResponse response)
Parameters
Name Description
context PageContext<ListComponentsRequest,ListComponentsResponse,String>
response ListComponentsResponse
Returns
Type Description
SecurityCenterSettingsServiceClient.ListComponentsPage
Overrides

createPageAsync(PageContext<ListComponentsRequest,ListComponentsResponse,String> context, ApiFuture<ListComponentsResponse> futureResponse)

public ApiFuture<SecurityCenterSettingsServiceClient.ListComponentsPage> createPageAsync(PageContext<ListComponentsRequest,ListComponentsResponse,String> context, ApiFuture<ListComponentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListComponentsRequest,ListComponentsResponse,String>
futureResponse ApiFuture<ListComponentsResponse>
Returns
Type Description
ApiFuture<ListComponentsPage>
Overrides