| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VerifiedAccessEndpointType |
VerifiedAccessEndpoint.endpointType()
The type of Amazon Web Services Verified Access endpoint.
|
VerifiedAccessEndpointType |
CreateVerifiedAccessEndpointRequest.endpointType()
The type of Verified Access endpoint to create.
|
static VerifiedAccessEndpointType |
VerifiedAccessEndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VerifiedAccessEndpointType |
VerifiedAccessEndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifiedAccessEndpointType[] |
VerifiedAccessEndpointType.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<VerifiedAccessEndpointType> |
VerifiedAccessEndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VerifiedAccessEndpoint.Builder |
VerifiedAccessEndpoint.Builder.endpointType(VerifiedAccessEndpointType endpointType)
The type of Amazon Web Services Verified Access endpoint.
|
CreateVerifiedAccessEndpointRequest.Builder |
CreateVerifiedAccessEndpointRequest.Builder.endpointType(VerifiedAccessEndpointType endpointType)
The type of Verified Access endpoint to create.
|
Copyright © 2023. All rights reserved.