Uses of Class
software.amazon.awssdk.services.workspacesweb.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseWorkSpacesWebClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites one or more tags for the specified resource.default TagResourceResponseWorkSpacesWebClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites one or more tags for the specified resource.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>WorkSpacesWebAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or overwrites one or more tags for the specified resource.default CompletableFuture<TagResourceResponse>WorkSpacesWebAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites one or more tags for the specified resource.
-