Uses of Class
software.amazon.awssdk.services.b2bi.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>B2BiAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).default TagResourceResponseB2BiClient. tagResource(TagResourceRequest tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). -
Uses of TagResourceRequest in software.amazon.awssdk.services.b2bi.transform
Methods in software.amazon.awssdk.services.b2bi.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-