Uses of Interface
software.amazon.awssdk.services.ec2.model.ConnectionLogOptions.Builder
Packages that use ConnectionLogOptions.Builder
-
Uses of ConnectionLogOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectionLogOptions.BuilderModifier and TypeMethodDescriptionstatic ConnectionLogOptions.BuilderConnectionLogOptions.builder()ConnectionLogOptions.Builder.cloudwatchLogGroup(String cloudwatchLogGroup) The name of the CloudWatch Logs log group.ConnectionLogOptions.Builder.cloudwatchLogStream(String cloudwatchLogStream) The name of the CloudWatch Logs log stream to which the connection data is published.Indicates whether connection logging is enabled.ConnectionLogOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ConnectionLogOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionLogOptions.Builder>ConnectionLogOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ConnectionLogOptions.BuilderModifier and TypeMethodDescriptionCreateClientVpnEndpointRequest.Builder.connectionLogOptions(Consumer<ConnectionLogOptions.Builder> connectionLogOptions) Information about the client connection logging options.ModifyClientVpnEndpointRequest.Builder.connectionLogOptions(Consumer<ConnectionLogOptions.Builder> connectionLogOptions) Information about the client connection logging options.