Uses of Class
software.amazon.awssdk.services.robomaker.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.robomaker This section provides documentation for the AWS RoboMaker API operations.software.amazon.awssdk.services.robomaker.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.robomaker
Methods in software.amazon.awssdk.services.robomaker with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RoboMakerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified AWS RoboMaker resource.default UntagResourceResponseRoboMakerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified AWS RoboMaker resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.robomaker.transform
Methods in software.amazon.awssdk.services.robomaker.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-