Uses of Class
software.amazon.awssdk.services.ec2.model.ConnectionLogOptions
-
Packages that use ConnectionLogOptions Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ConnectionLogOptions in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectionLogOptions Modifier and Type Method Description ConnectionLogOptionsCreateClientVpnEndpointRequest. connectionLogOptions()Information about the client connection logging options.ConnectionLogOptionsModifyClientVpnEndpointRequest. connectionLogOptions()Information about the client connection logging options.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ConnectionLogOptions Modifier and Type Method Description CreateClientVpnEndpointRequest.BuilderCreateClientVpnEndpointRequest.Builder. connectionLogOptions(ConnectionLogOptions connectionLogOptions)Information about the client connection logging options.ModifyClientVpnEndpointRequest.BuilderModifyClientVpnEndpointRequest.Builder. connectionLogOptions(ConnectionLogOptions connectionLogOptions)Information about the client connection logging options.
-