| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms |
|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
default PutNotificationChannelResponse |
FmsClient.putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder> putNotificationChannelRequest)
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
|
default CompletableFuture<PutNotificationChannelResponse> |
FmsAsyncClient.putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder> putNotificationChannelRequest)
Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to
record SNS logs.
|
| Modifier and Type | Method and Description |
|---|---|
static PutNotificationChannelRequest.Builder |
PutNotificationChannelRequest.builder() |
PutNotificationChannelRequest.Builder |
PutNotificationChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutNotificationChannelRequest.Builder |
PutNotificationChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutNotificationChannelRequest.Builder |
PutNotificationChannelRequest.Builder.snsRoleName(String snsRoleName)
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager
activity.
|
PutNotificationChannelRequest.Builder |
PutNotificationChannelRequest.Builder.snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager.
|
PutNotificationChannelRequest.Builder |
PutNotificationChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutNotificationChannelRequest.Builder> |
PutNotificationChannelRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.