| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostnameType |
HostnameType.fromValue(String value)
Use this in place of valueOf.
|
static HostnameType |
HostnameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostnameType[] |
HostnameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsNameOptionsResponse |
PrivateDnsNameOptionsResponse.withHostnameType(HostnameType hostnameType)
The type of hostname to assign to an instance.
|
LaunchTemplatePrivateDnsNameOptions |
LaunchTemplatePrivateDnsNameOptions.withHostnameType(HostnameType hostnameType)
The type of hostname to assign to an instance.
|
PrivateDnsNameOptionsRequest |
PrivateDnsNameOptionsRequest.withHostnameType(HostnameType hostnameType)
The type of hostname for EC2 instances.
|
PrivateDnsNameOptionsOnLaunch |
PrivateDnsNameOptionsOnLaunch.withHostnameType(HostnameType hostnameType)
The type of hostname for EC2 instances.
|
LaunchTemplatePrivateDnsNameOptionsRequest |
LaunchTemplatePrivateDnsNameOptionsRequest.withHostnameType(HostnameType hostnameType)
The type of hostname for Amazon EC2 instances.
|
ModifyPrivateDnsNameOptionsRequest |
ModifyPrivateDnsNameOptionsRequest.withPrivateDnsHostnameType(HostnameType privateDnsHostnameType)
The type of hostname for EC2 instances.
|
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.withPrivateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch)
The type of hostname to assign to instances in the subnet at launch.
|
Copyright © 2023. All rights reserved.