Uses of Enum
software.amazon.awssdk.services.ec2.model.SecondaryInterfaceType
Packages that use SecondaryInterfaceType
-
Uses of SecondaryInterfaceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondaryInterfaceTypeModifier and TypeMethodDescriptionstatic SecondaryInterfaceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SecondaryInterfaceTypeInstanceSecondaryInterface.interfaceType()The type of secondary interface.final SecondaryInterfaceTypeInstanceSecondaryInterfaceSpecificationRequest.interfaceType()The type of secondary interface.final SecondaryInterfaceTypeLaunchTemplateInstanceSecondaryInterfaceSpecification.interfaceType()The type of secondary interface.final SecondaryInterfaceTypeLaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.interfaceType()The type of secondary interface.final SecondaryInterfaceTypeSecondaryInterface.secondaryInterfaceType()The type of secondary interface.static SecondaryInterfaceTypeReturns 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 SecondaryInterfaceTypeModifier and TypeMethodDescriptionstatic Set<SecondaryInterfaceType>SecondaryInterfaceType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type SecondaryInterfaceTypeModifier and TypeMethodDescriptionInstanceSecondaryInterface.Builder.interfaceType(SecondaryInterfaceType interfaceType) The type of secondary interface.InstanceSecondaryInterfaceSpecificationRequest.Builder.interfaceType(SecondaryInterfaceType interfaceType) The type of secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecification.Builder.interfaceType(SecondaryInterfaceType interfaceType) The type of secondary interface.LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest.Builder.interfaceType(SecondaryInterfaceType interfaceType) The type of secondary interface.SecondaryInterface.Builder.secondaryInterfaceType(SecondaryInterfaceType secondaryInterfaceType) The type of secondary interface.