Uses of Interface
software.amazon.awssdk.services.fms.model.GetNotificationChannelResponse.Builder
-
Packages that use GetNotificationChannelResponse.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of GetNotificationChannelResponse.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return GetNotificationChannelResponse.Builder Modifier and Type Method Description static GetNotificationChannelResponse.BuilderGetNotificationChannelResponse. builder()GetNotificationChannelResponse.BuilderGetNotificationChannelResponse.Builder. snsRoleName(String snsRoleName)The IAM role that is used by Firewall Manager to record activity to SNS.GetNotificationChannelResponse.BuilderGetNotificationChannelResponse.Builder. snsTopicArn(String snsTopicArn)The SNS topic that records Firewall Manager activity.GetNotificationChannelResponse.BuilderGetNotificationChannelResponse. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type GetNotificationChannelResponse.Builder Modifier and Type Method Description static Class<? extends GetNotificationChannelResponse.Builder>GetNotificationChannelResponse. serializableBuilderClass()
-