Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientLoginBannerResponseOptions |
ClientLoginBannerResponseOptions.clone() |
ClientLoginBannerResponseOptions |
ClientVpnEndpoint.getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
ClientLoginBannerResponseOptions |
ClientLoginBannerResponseOptions.withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
ClientLoginBannerResponseOptions |
ClientLoginBannerResponseOptions.withEnabled(Boolean enabled)
Current state of text banner feature.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientVpnEndpoint.setClientLoginBannerOptions(ClientLoginBannerResponseOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
ClientVpnEndpoint |
ClientVpnEndpoint.withClientLoginBannerOptions(ClientLoginBannerResponseOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
Copyright © 2023. All rights reserved.