Uses of Class
software.amazon.awssdk.services.groundstation.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>GroundStationAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a specified resource.default ListTagsForResourceResponseGroundStationClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-