Uses of Interface
software.amazon.awssdk.services.notifications.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>NotificationsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a specified Amazon Resource Name (ARN).default ListTagsForResourceResponseNotificationsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a specified Amazon Resource Name (ARN). -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) to use to list tags.static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-