Uses of Enum
software.amazon.awssdk.services.apigateway.model.ConnectionType
Packages that use ConnectionType
-
Uses of ConnectionType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return ConnectionTypeModifier and TypeMethodDescriptionfinal ConnectionTypeGetIntegrationResponse.connectionType()The type of the network connection to the integration endpoint.final ConnectionTypeIntegration.connectionType()The type of the network connection to the integration endpoint.final ConnectionTypePutIntegrationRequest.connectionType()The type of the network connection to the integration endpoint.final ConnectionTypePutIntegrationResponse.connectionType()The type of the network connection to the integration endpoint.final ConnectionTypeUpdateIntegrationResponse.connectionType()The type of the network connection to the integration endpoint.static ConnectionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionTypeReturns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ConnectionTypeMethods in software.amazon.awssdk.services.apigateway.model with parameters of type ConnectionTypeModifier and TypeMethodDescriptionGetIntegrationResponse.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.Integration.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.PutIntegrationRequest.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.PutIntegrationResponse.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.UpdateIntegrationResponse.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.