Uses of Interface
software.amazon.awssdk.services.fms.model.GetNotificationChannelRequest.Builder
-
Packages that use GetNotificationChannelRequest.Builder Package Description software.amazon.awssdk.services.fms This is the Firewall Manager API Reference.software.amazon.awssdk.services.fms.model -
-
Uses of GetNotificationChannelRequest.Builder in software.amazon.awssdk.services.fms
Method parameters in software.amazon.awssdk.services.fms with type arguments of type GetNotificationChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetNotificationChannelResponse>FmsAsyncClient. getNotificationChannel(Consumer<GetNotificationChannelRequest.Builder> getNotificationChannelRequest)Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.default GetNotificationChannelResponseFmsClient. getNotificationChannel(Consumer<GetNotificationChannelRequest.Builder> getNotificationChannelRequest)Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs. -
Uses of GetNotificationChannelRequest.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return GetNotificationChannelRequest.Builder Modifier and Type Method Description static GetNotificationChannelRequest.BuilderGetNotificationChannelRequest. builder()GetNotificationChannelRequest.BuilderGetNotificationChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNotificationChannelRequest.BuilderGetNotificationChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNotificationChannelRequest.BuilderGetNotificationChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type GetNotificationChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetNotificationChannelRequest.Builder>GetNotificationChannelRequest. serializableBuilderClass()
-