Struct: s3.ListObjectVersionsPaginator
import "../ibm-cos-sdk-go-v2/service/s3"
Overview
ListObjectVersionsPaginator is a paginator for ListObjectVersions
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (p *ListObjectVersionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available.
-
func (p *ListObjectVersionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListObjectVersionsOutput, error)
NextPage retrieves the next ListObjectVersions page.
Method Details
func (p *ListObjectVersionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
65 66 67 |
// File 'service/s3/handwritten_paginators.go', line 65
|
func (p *ListObjectVersionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListObjectVersionsOutput, error)
NextPage retrieves the next ListObjectVersions page.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
// File 'service/s3/handwritten_paginators.go', line 70
|