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