| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SelfServicePortal |
SelfServicePortal.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SelfServicePortal |
CreateClientVpnEndpointRequest.selfServicePortal()
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
SelfServicePortal |
ModifyClientVpnEndpointRequest.selfServicePortal()
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
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 |
|---|---|
static Set<SelfServicePortal> |
SelfServicePortal.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClientVpnEndpointRequest.Builder |
CreateClientVpnEndpointRequest.Builder.selfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
ModifyClientVpnEndpointRequest.Builder |
ModifyClientVpnEndpointRequest.Builder.selfServicePortal(SelfServicePortal selfServicePortal)
Specify whether to enable the self-service portal for the Client VPN endpoint.
|
Copyright © 2021. All rights reserved.