Uses of Enum
software.amazon.awssdk.services.ec2.model.HostnameType
Packages that use HostnameType
-
Uses of HostnameType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostnameTypeModifier and TypeMethodDescriptionstatic HostnameTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HostnameTypeLaunchTemplatePrivateDnsNameOptions.hostnameType()The type of hostname to assign to an instance.final HostnameTypeLaunchTemplatePrivateDnsNameOptionsRequest.hostnameType()The type of hostname for Amazon EC2 instances.final HostnameTypePrivateDnsNameOptionsOnLaunch.hostnameType()The type of hostname for EC2 instances.final HostnameTypePrivateDnsNameOptionsRequest.hostnameType()The type of hostname for EC2 instances.final HostnameTypePrivateDnsNameOptionsResponse.hostnameType()The type of hostname to assign to an instance.final HostnameTypeModifyPrivateDnsNameOptionsRequest.privateDnsHostnameType()The type of hostname for EC2 instances.final HostnameTypeModifySubnetAttributeRequest.privateDnsHostnameTypeOnLaunch()The type of hostname to assign to instances in the subnet at launch.static HostnameTypeReturns 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostnameTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type HostnameTypeModifier and TypeMethodDescriptionLaunchTemplatePrivateDnsNameOptions.Builder.hostnameType(HostnameType hostnameType) The type of hostname to assign to an instance.LaunchTemplatePrivateDnsNameOptionsRequest.Builder.hostnameType(HostnameType hostnameType) The type of hostname for Amazon EC2 instances.PrivateDnsNameOptionsOnLaunch.Builder.hostnameType(HostnameType hostnameType) The type of hostname for EC2 instances.PrivateDnsNameOptionsRequest.Builder.hostnameType(HostnameType hostnameType) The type of hostname for EC2 instances.PrivateDnsNameOptionsResponse.Builder.hostnameType(HostnameType hostnameType) The type of hostname to assign to an instance.ModifyPrivateDnsNameOptionsRequest.Builder.privateDnsHostnameType(HostnameType privateDnsHostnameType) The type of hostname for EC2 instances.ModifySubnetAttributeRequest.Builder.privateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch) The type of hostname to assign to instances in the subnet at launch.