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