Uses of Class
software.amazon.awssdk.services.ram.model.TagFilter
-
Packages that use TagFilter Package Description software.amazon.awssdk.services.ram.model -
-
Uses of TagFilter in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type TagFilter Modifier and Type Method Description List<TagFilter>GetResourceSharesRequest. tagFilters()Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and values.Methods in software.amazon.awssdk.services.ram.model with parameters of type TagFilter Modifier and Type Method Description GetResourceSharesRequest.BuilderGetResourceSharesRequest.Builder. tagFilters(TagFilter... tagFilters)Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and values.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type TagFilter Modifier and Type Method Description GetResourceSharesRequest.BuilderGetResourceSharesRequest.Builder. tagFilters(Collection<TagFilter> tagFilters)Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and values.
-