Uses of Class
software.amazon.awssdk.services.securitylake.model.UpdateSubscriberNotificationResponse
-
Packages that use UpdateSubscriberNotificationResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of UpdateSubscriberNotificationResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return UpdateSubscriberNotificationResponse Modifier and Type Method Description default UpdateSubscriberNotificationResponseSecurityLakeClient. updateSubscriberNotification(Consumer<UpdateSubscriberNotificationRequest.Builder> updateSubscriberNotificationRequest)Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.default UpdateSubscriberNotificationResponseSecurityLakeClient. updateSubscriberNotification(UpdateSubscriberNotificationRequest updateSubscriberNotificationRequest)Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type UpdateSubscriberNotificationResponse Modifier and Type Method Description default CompletableFuture<UpdateSubscriberNotificationResponse>SecurityLakeAsyncClient. updateSubscriberNotification(Consumer<UpdateSubscriberNotificationRequest.Builder> updateSubscriberNotificationRequest)Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.default CompletableFuture<UpdateSubscriberNotificationResponse>SecurityLakeAsyncClient. updateSubscriberNotification(UpdateSubscriberNotificationRequest updateSubscriberNotificationRequest)Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.
-