Uses of Class
software.amazon.awssdk.services.ec2.model.SecondaryInterfaceType
-
Packages that use SecondaryInterfaceType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SecondaryInterfaceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondaryInterfaceType Modifier and Type Method Description static SecondaryInterfaceTypeSecondaryInterfaceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SecondaryInterfaceTypeInstanceSecondaryInterface. interfaceType()The type of secondary interface.SecondaryInterfaceTypeInstanceSecondaryInterfaceSpecificationRequest. interfaceType()The type of secondary interface.SecondaryInterfaceTypeLaunchTemplateInstanceSecondaryInterfaceSpecification. interfaceType()The type of secondary interface.SecondaryInterfaceTypeLaunchTemplateInstanceSecondaryInterfaceSpecificationRequest. interfaceType()The type of secondary interface.SecondaryInterfaceTypeSecondaryInterface. secondaryInterfaceType()The type of secondary interface.static SecondaryInterfaceTypeSecondaryInterfaceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecondaryInterfaceType[]SecondaryInterfaceType. 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 SecondaryInterfaceType Modifier and Type Method Description static Set<SecondaryInterfaceType>SecondaryInterfaceType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryInterfaceType Modifier and Type Method Description InstanceSecondaryInterface.BuilderInstanceSecondaryInterface.Builder. interfaceType(SecondaryInterfaceType interfaceType)The type of secondary interface.InstanceSecondaryInterfaceSpecificationRequest.BuilderInstanceSecondaryInterfaceSpecificationRequest.Builder. interfaceType(SecondaryInterfaceType interfaceType)The type of secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.BuilderLaunchTemplateInstanceSecondaryInterfaceSpecification.Builder. interfaceType(SecondaryInterfaceType interfaceType)The type of secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.BuilderLaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.Builder. interfaceType(SecondaryInterfaceType interfaceType)The type of secondary interface.SecondaryInterface.BuilderSecondaryInterface.Builder. secondaryInterfaceType(SecondaryInterfaceType secondaryInterfaceType)The type of secondary interface.
-