Uses of Enum Class
software.amazon.awscdk.services.ec2.KeyPairType
Packages that use KeyPairType
-
Uses of KeyPairType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return KeyPairTypeModifier and TypeMethodDescriptiondefault KeyPairTypeIKeyPair.getType()The type of the key pair.default KeyPairTypeIKeyPair.Jsii$Default.getType()The type of the key pair.final KeyPairTypeIKeyPair.Jsii$Proxy.getType()The type of the key pair.KeyPair.getType()The type of the key pair.default KeyPairTypeKeyPairAttributes.getType()The type of the key pair.final KeyPairTypeKeyPairAttributes.Jsii$Proxy.getType()default KeyPairTypeKeyPairProps.getType()The type of key pair.final KeyPairTypeKeyPairProps.Jsii$Proxy.getType()static KeyPairTypeReturns the enum constant of this class with the specified name.static KeyPairType[]KeyPairType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type KeyPairTypeModifier and TypeMethodDescriptionKeyPair.Builder.type(KeyPairType type) The type of key pair.KeyPairAttributes.Builder.type(KeyPairType type) Sets the value ofKeyPairAttributes.getType()KeyPairProps.Builder.type(KeyPairType type) Sets the value ofKeyPairProps.getType()