Uses of Class
software.amazon.awssdk.services.appfabric.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppFabricAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default TagResourceResponseAppFabricClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-