Uses of Class
software.amazon.awssdk.services.pipes.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets.software.amazon.awssdk.services.pipes.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PipesAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified pipe.default TagResourceResponsePipesClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified pipe. -
Uses of TagResourceRequest in software.amazon.awssdk.services.pipes.transform
Methods in software.amazon.awssdk.services.pipes.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-