Uses of Class
software.amazon.awssdk.services.groundstation.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>GroundStationAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a tag to a resource.default TagResourceResponseGroundStationClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a tag to a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-