Struct: kms.DescribeCustomKeyStoresPaginator
import "../ibm-cos-sdk-go-v2/service/kms"
Overview
DescribeCustomKeyStoresPaginator is a paginator for DescribeCustomKeyStores
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
-
func (p *DescribeCustomKeyStoresPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available.
-
func (p *DescribeCustomKeyStoresPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeCustomKeyStoresOutput, error)
NextPage retrieves the next DescribeCustomKeyStores page.
Method Details
func (p *DescribeCustomKeyStoresPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
285 286 287 |
// File 'service/kms/api_op_DescribeCustomKeyStores.go', line 285
|
func (p *DescribeCustomKeyStoresPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*DescribeCustomKeyStoresOutput, error)
NextPage retrieves the next DescribeCustomKeyStores page.
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 319 320 321 322 323 324 |
// File 'service/kms/api_op_DescribeCustomKeyStores.go', line 290
|