Uses of Interface
software.amazon.awssdk.services.notifications.model.AssociateManagedNotificationAdditionalChannelRequest.Builder
-
Packages that use AssociateManagedNotificationAdditionalChannelRequest.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 AssociateManagedNotificationAdditionalChannelRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type AssociateManagedNotificationAdditionalChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateManagedNotificationAdditionalChannelResponse>NotificationsAsyncClient. associateManagedNotificationAdditionalChannel(Consumer<AssociateManagedNotificationAdditionalChannelRequest.Builder> associateManagedNotificationAdditionalChannelRequest)Associates an additional Channel with a particularManagedNotificationConfiguration.default AssociateManagedNotificationAdditionalChannelResponseNotificationsClient. associateManagedNotificationAdditionalChannel(Consumer<AssociateManagedNotificationAdditionalChannelRequest.Builder> associateManagedNotificationAdditionalChannelRequest)Associates an additional Channel with a particularManagedNotificationConfiguration. -
Uses of AssociateManagedNotificationAdditionalChannelRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return AssociateManagedNotificationAdditionalChannelRequest.Builder Modifier and Type Method Description static AssociateManagedNotificationAdditionalChannelRequest.BuilderAssociateManagedNotificationAdditionalChannelRequest. builder()AssociateManagedNotificationAdditionalChannelRequest.BuilderAssociateManagedNotificationAdditionalChannelRequest.Builder. channelArn(String channelArn)The Amazon Resource Name (ARN) of the Channel to associate with theManagedNotificationConfiguration.AssociateManagedNotificationAdditionalChannelRequest.BuilderAssociateManagedNotificationAdditionalChannelRequest.Builder. managedNotificationConfigurationArn(String managedNotificationConfigurationArn)The Amazon Resource Name (ARN) of theManagedNotificationConfigurationto associate with the additional Channel.AssociateManagedNotificationAdditionalChannelRequest.BuilderAssociateManagedNotificationAdditionalChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateManagedNotificationAdditionalChannelRequest.BuilderAssociateManagedNotificationAdditionalChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateManagedNotificationAdditionalChannelRequest.BuilderAssociateManagedNotificationAdditionalChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type AssociateManagedNotificationAdditionalChannelRequest.Builder Modifier and Type Method Description static Class<? extends AssociateManagedNotificationAdditionalChannelRequest.Builder>AssociateManagedNotificationAdditionalChannelRequest. serializableBuilderClass()
-