| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostnameType |
HostnameType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HostnameType |
LaunchTemplatePrivateDnsNameOptions.hostnameType()
The type of hostname to assign to an instance.
|
HostnameType |
LaunchTemplatePrivateDnsNameOptionsRequest.hostnameType()
The type of hostname for Amazon EC2 instances.
|
HostnameType |
PrivateDnsNameOptionsRequest.hostnameType()
The type of hostname for EC2 instances.
|
HostnameType |
PrivateDnsNameOptionsResponse.hostnameType()
The type of hostname to assign to an instance.
|
HostnameType |
PrivateDnsNameOptionsOnLaunch.hostnameType()
The type of hostname for EC2 instances.
|
HostnameType |
ModifyPrivateDnsNameOptionsRequest.privateDnsHostnameType()
The type of hostname for EC2 instances.
|
HostnameType |
ModifySubnetAttributeRequest.privateDnsHostnameTypeOnLaunch()
The type of hostnames to assign to instances in the subnet at launch.
|
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 |
|---|---|
static Set<HostnameType> |
HostnameType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplatePrivateDnsNameOptions.Builder |
LaunchTemplatePrivateDnsNameOptions.Builder.hostnameType(HostnameType hostnameType)
The type of hostname to assign to an instance.
|
LaunchTemplatePrivateDnsNameOptionsRequest.Builder |
LaunchTemplatePrivateDnsNameOptionsRequest.Builder.hostnameType(HostnameType hostnameType)
The type of hostname for Amazon EC2 instances.
|
PrivateDnsNameOptionsRequest.Builder |
PrivateDnsNameOptionsRequest.Builder.hostnameType(HostnameType hostnameType)
The type of hostname for EC2 instances.
|
PrivateDnsNameOptionsResponse.Builder |
PrivateDnsNameOptionsResponse.Builder.hostnameType(HostnameType hostnameType)
The type of hostname to assign to an instance.
|
PrivateDnsNameOptionsOnLaunch.Builder |
PrivateDnsNameOptionsOnLaunch.Builder.hostnameType(HostnameType hostnameType)
The type of hostname for EC2 instances.
|
ModifyPrivateDnsNameOptionsRequest.Builder |
ModifyPrivateDnsNameOptionsRequest.Builder.privateDnsHostnameType(HostnameType privateDnsHostnameType)
The type of hostname for EC2 instances.
|
ModifySubnetAttributeRequest.Builder |
ModifySubnetAttributeRequest.Builder.privateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch)
The type of hostnames to assign to instances in the subnet at launch.
|
Copyright © 2021. All rights reserved.