Uses of Enum Class
software.amazon.awscdk.services.apigateway.ConnectionType
Packages that use ConnectionType
-
Uses of ConnectionType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return ConnectionTypeModifier and TypeMethodDescriptiondefault ConnectionTypeIntegrationOptions.getConnectionType()The type of network connection to the integration endpoint.final ConnectionTypeIntegrationOptions.Jsii$Proxy.getConnectionType()final ConnectionTypeLambdaIntegrationOptions.Jsii$Proxy.getConnectionType()final ConnectionTypeSagemakerIntegrationOptions.Jsii$Proxy.getConnectionType()final ConnectionTypeStepFunctionsExecutionIntegrationOptions.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.apigateway with parameters of type ConnectionTypeModifier and TypeMethodDescriptionIntegrationOptions.Builder.connectionType(ConnectionType connectionType) Sets the value ofIntegrationOptions.getConnectionType()LambdaIntegration.Builder.connectionType(ConnectionType connectionType) The type of network connection to the integration endpoint.LambdaIntegrationOptions.Builder.connectionType(ConnectionType connectionType) Sets the value ofIntegrationOptions.getConnectionType()MockIntegration.Builder.connectionType(ConnectionType connectionType) The type of network connection to the integration endpoint.SagemakerIntegration.Builder.connectionType(ConnectionType connectionType) The type of network connection to the integration endpoint.SagemakerIntegrationOptions.Builder.connectionType(ConnectionType connectionType) Sets the value ofIntegrationOptions.getConnectionType()StepFunctionsExecutionIntegrationOptions.Builder.connectionType(ConnectionType connectionType) Sets the value ofIntegrationOptions.getConnectionType()