Uses of Interface
software.amazon.awssdk.services.notifications.model.ListNotificationHubsRequest.Builder
-
Packages that use ListNotificationHubsRequest.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 ListNotificationHubsRequest.Builder in software.amazon.awssdk.services.notifications
-
Uses of ListNotificationHubsRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListNotificationHubsRequest.Builder Modifier and Type Method Description static ListNotificationHubsRequest.BuilderListNotificationHubsRequest. builder()ListNotificationHubsRequest.BuilderListNotificationHubsRequest.Builder. maxResults(Integer maxResults)The maximum number of records to list in a single response.ListNotificationHubsRequest.BuilderListNotificationHubsRequest.Builder. nextToken(String nextToken)A pagination token.ListNotificationHubsRequest.BuilderListNotificationHubsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationHubsRequest.BuilderListNotificationHubsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationHubsRequest.BuilderListNotificationHubsRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListNotificationHubsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotificationHubsRequest.Builder>ListNotificationHubsRequest. serializableBuilderClass()
-