Uses of Interface
software.amazon.awssdk.services.notifications.model.DisassociateChannelRequest.Builder
-
Packages that use DisassociateChannelRequest.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 DisassociateChannelRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type DisassociateChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateChannelResponse>NotificationsAsyncClient. disassociateChannel(Consumer<DisassociateChannelRequest.Builder> disassociateChannelRequest)Disassociates a Channel from a specifiedNotificationConfiguration.default DisassociateChannelResponseNotificationsClient. disassociateChannel(Consumer<DisassociateChannelRequest.Builder> disassociateChannelRequest)Disassociates a Channel from a specifiedNotificationConfiguration. -
Uses of DisassociateChannelRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return DisassociateChannelRequest.Builder Modifier and Type Method Description DisassociateChannelRequest.BuilderDisassociateChannelRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Channel to disassociate.static DisassociateChannelRequest.BuilderDisassociateChannelRequest. builder()DisassociateChannelRequest.BuilderDisassociateChannelRequest.Builder. notificationConfigurationArn(String notificationConfigurationArn)The ARN of theNotificationConfigurationto disassociate.DisassociateChannelRequest.BuilderDisassociateChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateChannelRequest.BuilderDisassociateChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateChannelRequest.BuilderDisassociateChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type DisassociateChannelRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateChannelRequest.Builder>DisassociateChannelRequest. serializableBuilderClass()
-