Struct: kms.ListKeysPaginator
import "../ibm-cos-sdk-go-v2/service/kms"
Overview
ListKeysPaginator is a paginator for ListKeys
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (p *ListKeysPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available.
-
func (p *ListKeysPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListKeysOutput, error)
NextPage retrieves the next ListKeys page.
Method Details
func (p *ListKeysPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
239 240 241 |
// File 'service/kms/api_op_ListKeys.go', line 239
|
func (p *ListKeysPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListKeysOutput, error)
NextPage retrieves the next ListKeys page.
244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 |
// File 'service/kms/api_op_ListKeys.go', line 244
|