Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseServiceCatalogAppRegistryClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default TagResourceResponseServiceCatalogAppRegistryClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ServiceCatalogAppRegistryAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default CompletableFuture<TagResourceResponse>ServiceCatalogAppRegistryAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.
-