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