CopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>, SdkBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>public static interface GetTagValuesResponse.Builder extends CopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>
| Modifier and Type | Method | 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(String... tagValues) |
A list of all tag values for the specified key in the AWS account.
|
GetTagValuesResponse.Builder |
tagValues(Collection<String> tagValues) |
A list of all tag values for the specified key in the AWS account.
|
copyapply, buildGetTagValuesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTagValues(java.util.Collection) or #withTagValues(java.util.Collection) if you want to
override the existing values.
tagValues - A list of all tag values for the specified key in the AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.