Uses of Class
software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest
-
Packages that use PutNotificationChannelRequest Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.transform -
-
Uses of PutNotificationChannelRequest in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms with parameters of type PutNotificationChannelRequest Modifier and Type Method Description 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.default PutNotificationChannelResponseFmsClient. putNotificationChannel(PutNotificationChannelRequest putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs. -
Uses of PutNotificationChannelRequest in software.amazon.awssdk.services.fms.transform
Methods in software.amazon.awssdk.services.fms.transform with parameters of type PutNotificationChannelRequest Modifier and Type Method Description SdkHttpFullRequestPutNotificationChannelRequestMarshaller. marshall(PutNotificationChannelRequest putNotificationChannelRequest)
-