Uses of Interface
software.amazon.awssdk.services.notifications.model.GetNotificationConfigurationRequest.Builder
-
Packages that use GetNotificationConfigurationRequest.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 GetNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type GetNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetNotificationConfigurationResponse>NotificationsAsyncClient. getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)Returns a specifiedNotificationConfiguration.default GetNotificationConfigurationResponseNotificationsClient. getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)Returns a specifiedNotificationConfiguration. -
Uses of GetNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return GetNotificationConfigurationRequest.Builder Modifier and Type Method Description GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of theNotificationConfigurationto return.static GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest. builder()GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type GetNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetNotificationConfigurationRequest.Builder>GetNotificationConfigurationRequest. serializableBuilderClass()
-