Uses of Class
software.amazon.awssdk.services.fms.model.PutNotificationChannelResponse
-
Packages that use PutNotificationChannelResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of PutNotificationChannelResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return PutNotificationChannelResponse Modifier and Type Method Description default PutNotificationChannelResponseFmsClient. putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder> putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.default PutNotificationChannelResponseFmsClient. putNotificationChannel(PutNotificationChannelRequest putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.Methods in software.amazon.awssdk.services.fms that return types with arguments of type PutNotificationChannelResponse Modifier and Type Method Description default CompletableFuture<PutNotificationChannelResponse>FmsAsyncClient. putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder> putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.default CompletableFuture<PutNotificationChannelResponse>FmsAsyncClient. putNotificationChannel(PutNotificationChannelRequest putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.
-