Uses of Class
software.amazon.awssdk.services.networkfirewall.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.networkfirewall This is the API Reference for Network Firewall.software.amazon.awssdk.services.networkfirewall.paginators software.amazon.awssdk.services.networkfirewall.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.networkfirewall
Methods in software.amazon.awssdk.services.networkfirewall with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>NetworkFirewallAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource.default ListTagsForResourceResponseNetworkFirewallClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource.default ListTagsForResourcePublisherNetworkFirewallAsyncClient. listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource.default ListTagsForResourceIterableNetworkFirewallClient. listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the tags associated with the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.networkfirewall.paginators
Constructors in software.amazon.awssdk.services.networkfirewall.paginators with parameters of type ListTagsForResourceRequest Constructor Description ListTagsForResourceIterable(NetworkFirewallClient client, ListTagsForResourceRequest firstRequest)ListTagsForResourcePublisher(NetworkFirewallAsyncClient client, ListTagsForResourceRequest firstRequest) -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.networkfirewall.transform
Methods in software.amazon.awssdk.services.networkfirewall.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-