Uses of Class
software.amazon.awssdk.services.lightsail.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLightsailClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified Amazon Lightsail resource.default TagResourceResponseLightsailClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified Amazon Lightsail resource.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LightsailAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified Amazon Lightsail resource.default CompletableFuture<TagResourceResponse>LightsailAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified Amazon Lightsail resource.
-