Uses of Class
software.amazon.awssdk.services.groundstation.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>GroundStationAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deassigns a resource tag.default UntagResourceResponseGroundStationClient. untagResource(UntagResourceRequest untagResourceRequest)Deassigns a resource tag. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-