Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>VpcLatticeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponseVpcLatticeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-