| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcEndpointType |
VpcEndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VpcEndpointType |
VpcEndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcEndpointType[] |
VpcEndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VpcEndpointType |
CreateVpcEndpointRequest.vpcEndpointType()
The type of endpoint.
|
VpcEndpointType |
VpcEndpoint.vpcEndpointType()
The type of endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VpcEndpointType> |
VpcEndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
|
Copyright © 2023. All rights reserved.