Uses of Enum
software.amazon.awscdk.services.ec2.KeyPairFormat
Packages that use KeyPairFormat
-
Uses of KeyPairFormat in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return KeyPairFormatModifier and TypeMethodDescriptionKeyPair.getFormat()
The format of the key pair.default KeyPairFormat
KeyPairProps.getFormat()
The format of the key pair.final KeyPairFormat
KeyPairProps.Jsii$Proxy.getFormat()
static KeyPairFormat
Returns the enum constant of this type with the specified name.static KeyPairFormat[]
KeyPairFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type KeyPairFormatModifier and TypeMethodDescriptionKeyPair.Builder.format
(KeyPairFormat format) The format of the key pair.KeyPairProps.Builder.format
(KeyPairFormat format) Sets the value ofKeyPairProps.getFormat()