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