Uses of Interface
software.amazon.awssdk.services.notifications.model.GetNotificationsAccessForOrganizationRequest.Builder
-
Packages that use GetNotificationsAccessForOrganizationRequest.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 GetNotificationsAccessForOrganizationRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type GetNotificationsAccessForOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetNotificationsAccessForOrganizationResponse>NotificationsAsyncClient. getNotificationsAccessForOrganization(Consumer<GetNotificationsAccessForOrganizationRequest.Builder> getNotificationsAccessForOrganizationRequest)Returns the AccessStatus of Service Trust Enablement for User Notifications and Amazon Web Services Organizations.default GetNotificationsAccessForOrganizationResponseNotificationsClient. getNotificationsAccessForOrganization(Consumer<GetNotificationsAccessForOrganizationRequest.Builder> getNotificationsAccessForOrganizationRequest)Returns the AccessStatus of Service Trust Enablement for User Notifications and Amazon Web Services Organizations. -
Uses of GetNotificationsAccessForOrganizationRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return GetNotificationsAccessForOrganizationRequest.Builder Modifier and Type Method Description static GetNotificationsAccessForOrganizationRequest.BuilderGetNotificationsAccessForOrganizationRequest. builder()GetNotificationsAccessForOrganizationRequest.BuilderGetNotificationsAccessForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNotificationsAccessForOrganizationRequest.BuilderGetNotificationsAccessForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNotificationsAccessForOrganizationRequest.BuilderGetNotificationsAccessForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type GetNotificationsAccessForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends GetNotificationsAccessForOrganizationRequest.Builder>GetNotificationsAccessForOrganizationRequest. serializableBuilderClass()
-