Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.notificationscontacts AWS User Notifications Contacts is a service that allows you to create and manage email contacts for AWS User Notifications.software.amazon.awssdk.services.notificationscontacts.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>NotificationsContactsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.default ListTagsForResourceResponseNotificationsContactsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.notificationscontacts.transform
Methods in software.amazon.awssdk.services.notificationscontacts.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-