Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP.software.amazon.awssdk.services.ssmsap.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SsmSapAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.default ListTagsForResourceResponseSsmSapClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ssmsap.transform
Methods in software.amazon.awssdk.services.ssmsap.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-