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