Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSsmContactsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags of an escalation plan or contact.default ListTagsForResourceResponseSsmContactsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags of an escalation plan or contact.Methods in software.amazon.awssdk.services.ssmcontacts that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SsmContactsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags of an escalation plan or contact.default CompletableFuture<ListTagsForResourceResponse>SsmContactsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags of an escalation plan or contact.
-