Uses of Interface
software.amazon.awssdk.services.notificationscontacts.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.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 UntagResourceRequest.Builder in software.amazon.awssdk.services.notificationscontacts
Method parameters in software.amazon.awssdk.services.notificationscontacts with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NotificationsContactsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).default UntagResourceResponseNotificationsContactsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.notificationscontacts.model
Methods in software.amazon.awssdk.services.notificationscontacts.model that return UntagResourceRequest.Builder Modifier and Type Method Description UntagResourceRequest.BuilderUntagResourceRequest.Builder. arn(String arn)The value of the resource that will have the tag removed.static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)Specifies a list of tag keys that you want to remove from the specified resources.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)Specifies a list of tag keys that you want to remove from the specified resources.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.notificationscontacts.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-