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