| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressType |
IpAddressType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpAddressType |
VpcEndpointConnection.ipAddressType()
The IP address type for the endpoint.
|
IpAddressType |
CreateVpcEndpointRequest.ipAddressType()
The IP address type for the endpoint.
|
IpAddressType |
VpcEndpoint.ipAddressType()
The IP address type for the endpoint.
|
IpAddressType |
ModifyVpcEndpointRequest.ipAddressType()
The IP address type for the endpoint.
|
static IpAddressType |
IpAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAddressType[] |
IpAddressType.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<IpAddressType> |
IpAddressType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointConnection.Builder |
VpcEndpointConnection.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
Copyright © 2022. All rights reserved.