Uses of Class
software.amazon.awssdk.services.fms.model.DeleteNotificationChannelResponse
-
Packages that use DeleteNotificationChannelResponse Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference. -
-
Uses of DeleteNotificationChannelResponse in software.amazon.awssdk.services.fms
Methods in software.amazon.awssdk.services.fms that return DeleteNotificationChannelResponse Modifier and Type Method Description default DeleteNotificationChannelResponseFmsClient. deleteNotificationChannel(Consumer<DeleteNotificationChannelRequest.Builder> 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.Methods in software.amazon.awssdk.services.fms that return types with arguments of type DeleteNotificationChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteNotificationChannelResponse>FmsAsyncClient. deleteNotificationChannel(Consumer<DeleteNotificationChannelRequest.Builder> 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 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.
-