Uses of Class
software.amazon.awssdk.services.launchwizard.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.launchwizard.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LaunchWizardAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with a specified resource.default ListTagsForResourceResponseLaunchWizardClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with a specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.launchwizard.transform
Methods in software.amazon.awssdk.services.launchwizard.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-