Uses of Class
software.amazon.awssdk.services.forecast.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ForecastAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default TagResourceResponseForecastClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn. -
Uses of TagResourceRequest in software.amazon.awssdk.services.forecast.transform
Methods in software.amazon.awssdk.services.forecast.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-