Struct: kms.ListRetirableGrantsPaginator
import "../ibm-cos-sdk-go-v2/service/kms"
Overview
ListRetirableGrantsPaginator is a paginator for ListRetirableGrants
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (p *ListRetirableGrantsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available.
-
func (p *ListRetirableGrantsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRetirableGrantsOutput, error)
NextPage retrieves the next ListRetirableGrants page.
Method Details
func (p *ListRetirableGrantsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
279 280 281 |
// File 'service/kms/api_op_ListRetirableGrants.go', line 279
|
func (p *ListRetirableGrantsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListRetirableGrantsOutput, error)
NextPage retrieves the next ListRetirableGrants page.
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 |
// File 'service/kms/api_op_ListRetirableGrants.go', line 284
|