| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
TagFilter.withTagKey(String tagKey)
The tag key.
|
TagFilter |
TagFilter.withTagValues(Collection<String> tagValues)
A list of zero or more tag values.
|
TagFilter |
TagFilter.withTagValues(String... tagValues)
A list of zero or more tag values.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
GetResourceSharesRequest.getTagFilters()
Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and
values.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceSharesRequest |
GetResourceSharesRequest.withTagFilters(TagFilter... tagFilters)
Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and
values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceSharesRequest.setTagFilters(Collection<TagFilter> tagFilters)
Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and
values.
|
GetResourceSharesRequest |
GetResourceSharesRequest.withTagFilters(Collection<TagFilter> tagFilters)
Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and
values.
|
Copyright © 2024. All rights reserved.