Uses of Interface
software.amazon.awssdk.services.notifications.model.AssociateChannelRequest.Builder
-
Packages that use AssociateChannelRequest.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 AssociateChannelRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type AssociateChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateChannelResponse>NotificationsAsyncClient. associateChannel(Consumer<AssociateChannelRequest.Builder> associateChannelRequest)Associates a delivery Channel with a particularNotificationConfiguration.default AssociateChannelResponseNotificationsClient. associateChannel(Consumer<AssociateChannelRequest.Builder> associateChannelRequest)Associates a delivery Channel with a particularNotificationConfiguration. -
Uses of AssociateChannelRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return AssociateChannelRequest.Builder Modifier and Type Method Description AssociateChannelRequest.BuilderAssociateChannelRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Channel to associate with theNotificationConfiguration.static AssociateChannelRequest.BuilderAssociateChannelRequest. builder()AssociateChannelRequest.BuilderAssociateChannelRequest.Builder. notificationConfigurationArn(String notificationConfigurationArn)The ARN of theNotificationConfigurationto associate with the Channel.AssociateChannelRequest.BuilderAssociateChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateChannelRequest.BuilderAssociateChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateChannelRequest.BuilderAssociateChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type AssociateChannelRequest.Builder Modifier and Type Method Description static Class<? extends AssociateChannelRequest.Builder>AssociateChannelRequest. serializableBuilderClass()
-