Uses of Class
software.amazon.awssdk.services.elasticinference.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.elasticinference Elastic Inference public APIs. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.elasticinference
Methods in software.amazon.awssdk.services.elasticinference that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseElasticInferenceClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to an Elastic Inference Accelerator.default TagResourceResponseElasticInferenceClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to an Elastic Inference Accelerator.Methods in software.amazon.awssdk.services.elasticinference that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ElasticInferenceAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to an Elastic Inference Accelerator.default CompletableFuture<TagResourceResponse>ElasticInferenceAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to an Elastic Inference Accelerator.
-