Struct: kms.ListKeyRotationsPaginator
import "../ibm-cos-sdk-go-v2/service/kms"
Overview
ListKeyRotationsPaginator is a paginator for ListKeyRotations
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (p *ListKeyRotationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available.
-
func (p *ListKeyRotationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListKeyRotationsOutput, error)
NextPage retrieves the next ListKeyRotations page.
Method Details
func (p *ListKeyRotationsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
265 266 267 |
// File 'service/kms/api_op_ListKeyRotations.go', line 265
|
func (p *ListKeyRotationsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListKeyRotationsOutput, error)
NextPage retrieves the next ListKeyRotations page.
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 |
// File 'service/kms/api_op_ListKeyRotations.go', line 270
|