Class SecurityPostureClient.ListPosturesPage (0.60.0)

public static class SecurityPostureClient.ListPosturesPage extends AbstractPage<ListPosturesRequest,ListPosturesResponse,Posture,SecurityPostureClient.ListPosturesPage>

Inheritance

java.lang.Object > AbstractPage > SecurityPostureClient.ListPosturesPage

Methods

createPage(@Nullable PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, @Nullable ListPosturesResponse response)

protected SecurityPostureClient.ListPosturesPage createPage(@Nullable PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, @Nullable ListPosturesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPosturesRequest,ListPosturesResponse,Posture>
response @org.jspecify.annotations.Nullable com.google.cloud.securityposture.v1.ListPosturesResponse
Returns
Type Description
SecurityPostureClient.ListPosturesPage
Overrides

createPageAsync(@Nullable PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, ApiFuture<ListPosturesResponse> futureResponse)

public ApiFuture<SecurityPostureClient.ListPosturesPage> createPageAsync(@Nullable PageContext<ListPosturesRequest,ListPosturesResponse,Posture> context, ApiFuture<ListPosturesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPosturesRequest,ListPosturesResponse,Posture>
futureResponse ApiFuture<ListPosturesResponse>
Returns
Type Description
ApiFuture<ListPosturesPage>
Overrides