Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseNotificationsContactsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.notificationscontacts that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>NotificationsContactsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.default CompletableFuture<ListTagsForResourceResponse>NotificationsContactsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
-