Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ConnectionLogResponseOptions |
ConnectionLogResponseOptions.clone() |
ConnectionLogResponseOptions |
ClientVpnEndpoint.getConnectionLogOptions()
Information about the client connection logging options for the Client VPN endpoint.
|
ConnectionLogResponseOptions |
ConnectionLogResponseOptions.withCloudwatchLogGroup(String cloudwatchLogGroup)
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
|
ConnectionLogResponseOptions |
ConnectionLogResponseOptions.withCloudwatchLogStream(String cloudwatchLogStream)
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
|
ConnectionLogResponseOptions |
ConnectionLogResponseOptions.withEnabled(Boolean enabled)
Indicates whether client connection logging is enabled for the Client VPN endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientVpnEndpoint.setConnectionLogOptions(ConnectionLogResponseOptions connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withConnectionLogOptions(ConnectionLogResponseOptions connectionLogOptions)
Information about the client connection logging options for the Client VPN endpoint.
|
Copyright © 2021. All rights reserved.