Uses of Class
software.amazon.awssdk.services.eventbridge.model.ConnectionOAuthHttpMethod
-
Packages that use ConnectionOAuthHttpMethod Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ConnectionOAuthHttpMethod in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectionOAuthHttpMethod Modifier and Type Method Description static ConnectionOAuthHttpMethodConnectionOAuthHttpMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConnectionOAuthHttpMethodConnectionOAuthResponseParameters. httpMethod()The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethodCreateConnectionOAuthRequestParameters. httpMethod()The method to use for the authorization request.ConnectionOAuthHttpMethodUpdateConnectionOAuthRequestParameters. httpMethod()The method used to connect to the HTTP endpoint.static ConnectionOAuthHttpMethodConnectionOAuthHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionOAuthHttpMethod[]ConnectionOAuthHttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ConnectionOAuthHttpMethod Modifier and Type Method Description static Set<ConnectionOAuthHttpMethod>ConnectionOAuthHttpMethod. knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectionOAuthHttpMethod Modifier and Type Method Description ConnectionOAuthResponseParameters.BuilderConnectionOAuthResponseParameters.Builder. httpMethod(ConnectionOAuthHttpMethod httpMethod)The method used to connect to the HTTP endpoint.CreateConnectionOAuthRequestParameters.BuilderCreateConnectionOAuthRequestParameters.Builder. httpMethod(ConnectionOAuthHttpMethod httpMethod)The method to use for the authorization request.UpdateConnectionOAuthRequestParameters.BuilderUpdateConnectionOAuthRequestParameters.Builder. httpMethod(ConnectionOAuthHttpMethod httpMethod)The method used to connect to the HTTP endpoint.
-