Uses of Interface
software.amazon.awssdk.services.notificationscontacts.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.Builder 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.model -
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.notificationscontacts
Method parameters in software.amazon.awssdk.services.notificationscontacts with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NotificationsContactsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).default TagResourceResponseNotificationsContactsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.notificationscontacts.model
Methods in software.amazon.awssdk.services.notificationscontacts.model that return TagResourceRequest.Builder Modifier and Type Method Description TagResourceRequest.BuilderTagResourceRequest.Builder. arn(String arn)The ARN of the configuration.static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Map<String,String> tags)A list of tags to apply to the configuration.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.notificationscontacts.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-