Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientLoginBannerOptions |
ClientLoginBannerOptions.clone() |
ClientLoginBannerOptions |
ModifyClientVpnEndpointRequest.getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
ClientLoginBannerOptions |
CreateClientVpnEndpointRequest.getClientLoginBannerOptions()
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
ClientLoginBannerOptions |
ClientLoginBannerOptions.withBannerText(String bannerText)
Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session
is established.
|
ClientLoginBannerOptions |
ClientLoginBannerOptions.withEnabled(Boolean enabled)
Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when
a VPN session is established.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyClientVpnEndpointRequest.setClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
void |
CreateClientVpnEndpointRequest.setClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
ModifyClientVpnEndpointRequest |
ModifyClientVpnEndpointRequest.withClientLoginBannerOptions(ClientLoginBannerOptions clientLoginBannerOptions)
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients
when a VPN session is established.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withClientLoginBannerOptions(ClientLoginBannerOptions 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.