public static interface GetTagValuesResponse.Builder extends ResourceGroupsTaggingAPIResponse.Builder, CopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>
Modifier and Type | Method and Description |
---|---|
GetTagValuesResponse.Builder |
paginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
GetTagValuesResponse.Builder |
tagValues(Collection<String> tagValues)
A list of all tag values for the specified key in the AWS account.
|
GetTagValuesResponse.Builder |
tagValues(String... tagValues)
A list of all tag values for the specified key in the AWS account.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
GetTagValuesResponse.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.GetTagValuesResponse.Builder tagValues(Collection<String> tagValues)
A list of all tag values for the specified key in the AWS account.
tagValues
- A list of all tag values for the specified key in the AWS account.GetTagValuesResponse.Builder tagValues(String... tagValues)
A list of all tag values for the specified key in the AWS account.
tagValues
- A list of all tag values for the specified key in the AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.