Uses of Interface
software.amazon.awssdk.services.notifications.model.EnableNotificationsAccessForOrganizationRequest.Builder
-
Packages that use EnableNotificationsAccessForOrganizationRequest.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 EnableNotificationsAccessForOrganizationRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type EnableNotificationsAccessForOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableNotificationsAccessForOrganizationResponse>NotificationsAsyncClient. enableNotificationsAccessForOrganization(Consumer<EnableNotificationsAccessForOrganizationRequest.Builder> enableNotificationsAccessForOrganizationRequest)Enables service trust between User Notifications and Amazon Web Services Organizations.default EnableNotificationsAccessForOrganizationResponseNotificationsClient. enableNotificationsAccessForOrganization(Consumer<EnableNotificationsAccessForOrganizationRequest.Builder> enableNotificationsAccessForOrganizationRequest)Enables service trust between User Notifications and Amazon Web Services Organizations. -
Uses of EnableNotificationsAccessForOrganizationRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return EnableNotificationsAccessForOrganizationRequest.Builder Modifier and Type Method Description static EnableNotificationsAccessForOrganizationRequest.BuilderEnableNotificationsAccessForOrganizationRequest. builder()EnableNotificationsAccessForOrganizationRequest.BuilderEnableNotificationsAccessForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableNotificationsAccessForOrganizationRequest.BuilderEnableNotificationsAccessForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableNotificationsAccessForOrganizationRequest.BuilderEnableNotificationsAccessForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type EnableNotificationsAccessForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends EnableNotificationsAccessForOrganizationRequest.Builder>EnableNotificationsAccessForOrganizationRequest. serializableBuilderClass()
-