Uses of Class
software.amazon.awssdk.services.codestarconnections.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCodeStarConnectionsClient. tagResource(Consumer<TagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CodeStarConnectionsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the given resource.default CompletableFuture<TagResourceResponse>CodeStarConnectionsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.
-