CopyableBuilder<GetTagValuesRequest.Builder,GetTagValuesRequest>
, SdkBuilder<GetTagValuesRequest.Builder,GetTagValuesRequest>
public static interface GetTagValuesRequest.Builder extends CopyableBuilder<GetTagValuesRequest.Builder,GetTagValuesRequest>
Modifier and Type | Method | Description |
---|---|---|
GetTagValuesRequest.Builder |
key(String key) |
The key for which you want to list all existing values in the specified region for the AWS account.
|
GetTagValuesRequest.Builder |
paginationToken(String paginationToken) |
A string that indicates that additional data is available.
|
copy
apply, build
GetTagValuesRequest.Builder paginationToken(String paginationToken)
A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
paginationToken
- A string that indicates that additional data is available. Leave this value empty for your initial
request. If the response includes a PaginationToken, use that string for this value to request an
additional page of data.GetTagValuesRequest.Builder key(String key)
The key for which you want to list all existing values in the specified region for the AWS account.
key
- The key for which you want to list all existing values in the specified region for the AWS account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.