Uses of Class
software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse
-
Packages that use GetNotificationChannelResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of GetNotificationChannelResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return GetNotificationChannelResponse Modifier and Type Method Description default GetNotificationChannelResponseFmsClient. getNotificationChannel(Consumer<GetNotificationChannelRequest.Builder> getNotificationChannelRequest)Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.default GetNotificationChannelResponseFmsClient. getNotificationChannel(GetNotificationChannelRequest getNotificationChannelRequest)Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.Methods in software.amazon.awssdk.services.fms that return types with arguments of type GetNotificationChannelResponse Modifier and Type Method Description default CompletableFuture<GetNotificationChannelResponse>FmsAsyncClient. getNotificationChannel(Consumer<GetNotificationChannelRequest.Builder> getNotificationChannelRequest)Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.default CompletableFuture<GetNotificationChannelResponse>FmsAsyncClient. getNotificationChannel(GetNotificationChannelRequest getNotificationChannelRequest)Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
-