Uses of Class
software.amazon.awssdk.services.ram.model.TagFilter
Packages that use TagFilter
-
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 TagFilterModifier and TypeMethodDescriptionGetResourceSharesRequest.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 TagFilterModifier and TypeMethodDescriptionGetResourceSharesRequest.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 TagFilterModifier and TypeMethodDescriptionGetResourceSharesRequest.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.