Uses of Class
software.amazon.awssdk.services.fms.model.DeleteNotificationChannelRequest
-
Packages that use DeleteNotificationChannelRequest Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.transform -
-
Uses of DeleteNotificationChannelRequest in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms with parameters of type DeleteNotificationChannelRequest Modifier and Type Method Description default CompletableFuture<DeleteNotificationChannelResponse>FmsAsyncClient. deleteNotificationChannel(DeleteNotificationChannelRequest deleteNotificationChannelRequest)Deletes an Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.default DeleteNotificationChannelResponseFmsClient. deleteNotificationChannel(DeleteNotificationChannelRequest deleteNotificationChannelRequest)Deletes an Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs. -
Uses of DeleteNotificationChannelRequest in software.amazon.awssdk.services.fms.transform
Methods in software.amazon.awssdk.services.fms.transform with parameters of type DeleteNotificationChannelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteNotificationChannelRequestMarshaller. marshall(DeleteNotificationChannelRequest deleteNotificationChannelRequest)
-