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