Uses of Interface
software.amazon.awssdk.services.notifications.model.DeleteNotificationConfigurationRequest.Builder
-
Packages that use DeleteNotificationConfigurationRequest.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 DeleteNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type DeleteNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteNotificationConfigurationResponse>NotificationsAsyncClient. deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest)Deletes aNotificationConfiguration.default DeleteNotificationConfigurationResponseNotificationsClient. deleteNotificationConfiguration(Consumer<DeleteNotificationConfigurationRequest.Builder> deleteNotificationConfigurationRequest)Deletes aNotificationConfiguration. -
Uses of DeleteNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return DeleteNotificationConfigurationRequest.Builder Modifier and Type Method Description DeleteNotificationConfigurationRequest.BuilderDeleteNotificationConfigurationRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of theNotificationConfigurationto delete.static DeleteNotificationConfigurationRequest.BuilderDeleteNotificationConfigurationRequest. builder()DeleteNotificationConfigurationRequest.BuilderDeleteNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteNotificationConfigurationRequest.BuilderDeleteNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteNotificationConfigurationRequest.BuilderDeleteNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type DeleteNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteNotificationConfigurationRequest.Builder>DeleteNotificationConfigurationRequest. serializableBuilderClass()
-