Uses of Enum Class
software.amazon.awscdk.services.cloud9.ConnectionType
-
Uses of ConnectionType in software.amazon.awscdk.services.cloud9
Methods in software.amazon.awscdk.services.cloud9 that return ConnectionTypeModifier and TypeMethodDescriptiondefault ConnectionTypeEc2EnvironmentProps.getConnectionType()(experimental) The connection type used for connecting to an Amazon EC2 environment.final ConnectionTypeEc2EnvironmentProps.Jsii$Proxy.getConnectionType()static ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.cloud9 with parameters of type ConnectionTypeModifier and TypeMethodDescriptionEc2Environment.Builder.connectionType(ConnectionType connectionType) (experimental) The connection type used for connecting to an Amazon EC2 environment.Ec2EnvironmentProps.Builder.connectionType(ConnectionType connectionType) Sets the value ofEc2EnvironmentProps.getConnectionType()