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