Uses of Class
software.amazon.awssdk.services.launchwizard.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLaunchWizardClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the given resource.default UntagResourceResponseLaunchWizardClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the given resource.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LaunchWizardAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the given resource.default CompletableFuture<UntagResourceResponse>LaunchWizardAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the given resource.
-