Uses of Class
software.amazon.awssdk.services.codestarconnections.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CodeStarConnectionsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.default TagResourceResponseCodeStarConnectionsClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-