Class SecurityCenterClient.ListMuteConfigsPage (2.3.2)

public static class SecurityCenterClient.ListMuteConfigsPage extends AbstractPage<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig,SecurityCenterClient.ListMuteConfigsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityCenterClient.ListMuteConfigsPage

Methods

createPage(PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, ListMuteConfigsResponse response)

protected SecurityCenterClient.ListMuteConfigsPage createPage(PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, ListMuteConfigsResponse response)
Parameters
NameDescription
contextPageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig>
responseListMuteConfigsResponse
Returns
TypeDescription
SecurityCenterClient.ListMuteConfigsPage
Overrides

createPageAsync(PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, ApiFuture<ListMuteConfigsResponse> futureResponse)

public ApiFuture<SecurityCenterClient.ListMuteConfigsPage> createPageAsync(PageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig> context, ApiFuture<ListMuteConfigsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListMuteConfigsRequest,ListMuteConfigsResponse,MuteConfig>
futureResponseApiFuture<ListMuteConfigsResponse>
Returns
TypeDescription
ApiFuture<ListMuteConfigsPage>
Overrides