Uses of Interface
software.amazon.awssdk.services.fms.model.PutNotificationChannelRequest.Builder
-
Packages that use PutNotificationChannelRequest.Builder Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.model -
-
Uses of PutNotificationChannelRequest.Builder in software.amazon.awssdk.services.fms
Method parameters in software.amazon.awssdk.services.fms with type arguments of type PutNotificationChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<PutNotificationChannelResponse>FmsAsyncClient. putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder> putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.default PutNotificationChannelResponseFmsClient. putNotificationChannel(Consumer<PutNotificationChannelRequest.Builder> putNotificationChannelRequest)Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs. -
Uses of PutNotificationChannelRequest.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return PutNotificationChannelRequest.Builder Modifier and Type Method Description static PutNotificationChannelRequest.BuilderPutNotificationChannelRequest. builder()PutNotificationChannelRequest.BuilderPutNotificationChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutNotificationChannelRequest.BuilderPutNotificationChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutNotificationChannelRequest.BuilderPutNotificationChannelRequest.Builder. snsRoleName(String snsRoleName)The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record Firewall Manager activity.PutNotificationChannelRequest.BuilderPutNotificationChannelRequest.Builder. snsTopicArn(String snsTopicArn)The Amazon Resource Name (ARN) of the SNS topic that collects notifications from Firewall Manager.PutNotificationChannelRequest.BuilderPutNotificationChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type PutNotificationChannelRequest.Builder Modifier and Type Method Description static Class<? extends PutNotificationChannelRequest.Builder>PutNotificationChannelRequest. serializableBuilderClass()
-