Uses of Class
software.amazon.awssdk.services.forecast.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseForecastClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified tags from a resource.default UntagResourceResponseForecastClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified tags from a resource.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ForecastAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified tags from a resource.default CompletableFuture<UntagResourceResponse>ForecastAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified tags from a resource.
-