Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.ssmcontacts.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SsmContactsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags of an escalation plan or contact.default ListTagsForResourceResponseSsmContactsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags of an escalation plan or contact. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-