Uses of Class
software.amazon.awssdk.services.ssmsap.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSsmSapClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SsmSapAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags on an SAP HANA application and/or database registered with AWS Systems Manager for SAP.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.
-