Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.simspaceweaver SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSimSpaceWeaverClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a SimSpace Weaver resource.default TagResourceResponseSimSpaceWeaverClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a SimSpace Weaver resource.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SimSpaceWeaverAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a SimSpace Weaver resource.default CompletableFuture<TagResourceResponse>SimSpaceWeaverAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a SimSpace Weaver resource.
-