Class SecurityCenterSettingsServiceClient.ListComponentsPage (0.44.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
NameDescription
contextPageContext<ListComponentsRequest,ListComponentsResponse,String>
responseListComponentsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListComponentsRequest,ListComponentsResponse,String>
futureResponseApiFuture<ListComponentsResponse>
Returns
TypeDescription
ApiFuture<ListComponentsPage>
Overrides