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