Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static SelfServicePortal |
SelfServicePortal.fromValue(String value)
Use this in place of valueOf.
|
static SelfServicePortal |
SelfServicePortal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelfServicePortal[] |
SelfServicePortal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModifyClientVpnEndpointRequest |
ModifyClientVpnEndpointRequest.withSelfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
CreateClientVpnEndpointRequest |
CreateClientVpnEndpointRequest.withSelfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
Copyright © 2021. All rights reserved.