| Package | Description |
|---|---|
| com.amazonaws.services.fms |
This is the Firewall Manager API Reference.
|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutNotificationChannelResult> |
AWSFMSAsyncClient.putNotificationChannelAsync(PutNotificationChannelRequest request,
AsyncHandler<PutNotificationChannelRequest,PutNotificationChannelResult> asyncHandler) |
Future<PutNotificationChannelResult> |
AbstractAWSFMSAsync.putNotificationChannelAsync(PutNotificationChannelRequest request,
AsyncHandler<PutNotificationChannelRequest,PutNotificationChannelResult> asyncHandler) |
Future<PutNotificationChannelResult> |
AWSFMSAsync.putNotificationChannelAsync(PutNotificationChannelRequest putNotificationChannelRequest,
AsyncHandler<PutNotificationChannelRequest,PutNotificationChannelResult> asyncHandler)
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record
SNS logs.
|
| Modifier and Type | Method and Description |
|---|---|
PutNotificationChannelRequest |
PutNotificationChannelRequest.clone() |
PutNotificationChannelRequest |
PutNotificationChannelRequest.withSnsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.
|
PutNotificationChannelRequest |
PutNotificationChannelRequest.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.
|
Copyright © 2023. All rights reserved.