Uses of Class
software.amazon.awssdk.services.elasticinference.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.elasticinference Elastic Inference public APIs. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.elasticinference
Methods in software.amazon.awssdk.services.elasticinference that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseElasticInferenceClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from an Elastic Inference Accelerator.default UntagResourceResponseElasticInferenceClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from an Elastic Inference Accelerator.Methods in software.amazon.awssdk.services.elasticinference that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ElasticInferenceAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from an Elastic Inference Accelerator.default CompletableFuture<UntagResourceResponse>ElasticInferenceAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from an Elastic Inference Accelerator.
-