Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.UntagResourceRequest.Builder
-
Packages that use UntagResourceRequest.Builder Package Description software.amazon.awssdk.services.codestarnotifications This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API.software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.codestarnotifications
Method parameters in software.amazon.awssdk.services.codestarnotifications with type arguments of type UntagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CodestarNotificationsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association between one or more provided tags and a notification rule.default UntagResourceResponseCodestarNotificationsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association between one or more provided tags and a notification rule. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return UntagResourceRequest.Builder Modifier and Type Method Description UntagResourceRequest.BuilderUntagResourceRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the notification rule from which to remove the tags.static UntagResourceRequest.BuilderUntagResourceRequest. builder()UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagResourceRequest.BuilderUntagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(String... tagKeys)The key names of the tags to remove.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tagKeys(Collection<String> tagKeys)The key names of the tags to remove.UntagResourceRequest.BuilderUntagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type UntagResourceRequest.Builder Modifier and Type Method Description static Class<? extends UntagResourceRequest.Builder>UntagResourceRequest. serializableBuilderClass()
-