Struct: s3.ListPartsPaginator
import "../ibm-cos-sdk-go-v2/service/s3"
Overview
ListPartsPaginator is a paginator for ListParts
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (p *ListPartsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available.
-
func (p *ListPartsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPartsOutput, error)
NextPage retrieves the next ListParts page.
Method Details
func (p *ListPartsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
481 482 483 |
// File 'service/s3/api_op_ListParts.go', line 481
|
func (p *ListPartsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListPartsOutput, error)
NextPage retrieves the next ListParts page.
486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 |
// File 'service/s3/api_op_ListParts.go', line 486
|