Uses of Interface
software.amazon.awssdk.services.notifications.model.ListChannelsRequest.Builder
-
Packages that use ListChannelsRequest.Builder Package Description software.amazon.awssdk.services.notifications The AWS 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 ListChannelsRequest.Builder in software.amazon.awssdk.services.notifications
-
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListChannelsRequest.Builder Modifier and Type Method Description static ListChannelsRequest.BuilderListChannelsRequest. builder()ListChannelsRequest.BuilderListChannelsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned in this call.ListChannelsRequest.BuilderListChannelsRequest.Builder. nextToken(String nextToken)The start token for paginated calls.ListChannelsRequest.BuilderListChannelsRequest.Builder. notificationConfigurationArn(String notificationConfigurationArn)The Amazon Resource Name (ARN) of the NotificationConfiguration.ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsRequest.BuilderListChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelsRequest.Builder>ListChannelsRequest. serializableBuilderClass()
-