Class SecurityCenterClient.ListMuteConfigsPage (2.48.0)

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)
Overrides

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

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