Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.DeleteNotificationRuleRequest.Builder
-
Packages that use DeleteNotificationRuleRequest.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 DeleteNotificationRuleRequest.Builder in software.amazon.awssdk.services.codestarnotifications
Method parameters in software.amazon.awssdk.services.codestarnotifications with type arguments of type DeleteNotificationRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteNotificationRuleResponse>CodestarNotificationsAsyncClient. deleteNotificationRule(Consumer<DeleteNotificationRuleRequest.Builder> deleteNotificationRuleRequest)Deletes a notification rule for a resource.default DeleteNotificationRuleResponseCodestarNotificationsClient. deleteNotificationRule(Consumer<DeleteNotificationRuleRequest.Builder> deleteNotificationRuleRequest)Deletes a notification rule for a resource. -
Uses of DeleteNotificationRuleRequest.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return DeleteNotificationRuleRequest.Builder Modifier and Type Method Description DeleteNotificationRuleRequest.BuilderDeleteNotificationRuleRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the notification rule you want to delete.static DeleteNotificationRuleRequest.BuilderDeleteNotificationRuleRequest. builder()DeleteNotificationRuleRequest.BuilderDeleteNotificationRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteNotificationRuleRequest.BuilderDeleteNotificationRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteNotificationRuleRequest.BuilderDeleteNotificationRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type DeleteNotificationRuleRequest.Builder Modifier and Type Method Description static Class<? extends DeleteNotificationRuleRequest.Builder>DeleteNotificationRuleRequest. serializableBuilderClass()
-