Uses of Class
software.amazon.awssdk.services.launchwizard.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.launchwizard Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually identify and provision individual Amazon Web Services resources. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLaunchWizardClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the given resource.default TagResourceResponseLaunchWizardClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the given resource.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LaunchWizardAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the given resource.default CompletableFuture<TagResourceResponse>LaunchWizardAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the given resource.
-