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