public static interface GetTagKeysResponse.Builder extends ResourceGroupsTaggingAPIResponse.Builder, CopyableBuilder<GetTagKeysResponse.Builder,GetTagKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTagKeysResponse.Builder |
paginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
GetTagKeysResponse.Builder |
tagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
|
GetTagKeysResponse.Builder |
tagKeys(String... tagKeys)
A list of all tag keys in the AWS account.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetTagKeysResponse.Builder paginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single
response. To receive additional data, specify this string for the PaginationToken value
in a subsequent request.GetTagKeysResponse.Builder tagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
tagKeys - A list of all tag keys in the AWS account.GetTagKeysResponse.Builder tagKeys(String... tagKeys)
A list of all tag keys in the AWS account.
tagKeys - A list of all tag keys in the AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.