public static interface GetTagValuesResponse.Builder extends ResourceGroupsTaggingApiResponse.Builder, SdkPojo, CopyableBuilder<GetTagValuesResponse.Builder,GetTagValuesResponse>
Modifier and Type | Method and Description |
---|---|
GetTagValuesResponse.Builder |
paginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
GetTagValuesResponse.Builder |
tagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS
account.
|
GetTagValuesResponse.Builder |
tagValues(String... tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS
account.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTagValuesResponse.Builder paginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken
value in the request
for the next page.
paginationToken
- A string that indicates that there is more data available than this response contains. To receive the
next part of the response, specify this response value as the PaginationToken
value in
the request for the next page.GetTagValuesResponse.Builder tagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.
tagValues
- A list of all tag values for the specified key currently used in the specified AWS Region for the
calling AWS account.GetTagValuesResponse.Builder tagValues(String... tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.
tagValues
- A list of all tag values for the specified key currently used in the specified AWS Region for the
calling AWS account.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.