Uses of Class
software.amazon.awssdk.services.apprunner.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppRunnerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add tags to, or update the tag values of, an App Runner resource.default TagResourceResponseAppRunnerClient. tagResource(TagResourceRequest tagResourceRequest)Add tags to, or update the tag values of, an App Runner resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.apprunner.transform
Methods in software.amazon.awssdk.services.apprunner.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-