Class DirectAccessServiceClient.ListDeviceSessionsPage (0.2.0)

public static class DirectAccessServiceClient.ListDeviceSessionsPage extends AbstractPage<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession,DirectAccessServiceClient.ListDeviceSessionsPage>

Inheritance

java.lang.Object > AbstractPage > DirectAccessServiceClient.ListDeviceSessionsPage

Methods

createPage(PageContext<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession> context, ListDeviceSessionsResponse response)

protected DirectAccessServiceClient.ListDeviceSessionsPage createPage(PageContext<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession> context, ListDeviceSessionsResponse response)
Parameters
Name Description
context PageContext<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession>
response ListDeviceSessionsResponse
Returns
Type Description
DirectAccessServiceClient.ListDeviceSessionsPage
Overrides

createPageAsync(PageContext<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession> context, ApiFuture<ListDeviceSessionsResponse> futureResponse)

public ApiFuture<DirectAccessServiceClient.ListDeviceSessionsPage> createPageAsync(PageContext<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession> context, ApiFuture<ListDeviceSessionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeviceSessionsRequest,ListDeviceSessionsResponse,DeviceSession>
futureResponse ApiFuture<ListDeviceSessionsResponse>
Returns
Type Description
ApiFuture<ListDeviceSessionsPage>
Overrides