Uses of Enum
software.amazon.awssdk.services.eventbridge.model.ConnectionOAuthHttpMethod
Packages that use ConnectionOAuthHttpMethod
-
Uses of ConnectionOAuthHttpMethod in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectionOAuthHttpMethodModifier and TypeMethodDescriptionstatic ConnectionOAuthHttpMethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.ConnectionOAuthResponseParameters.httpMethod()The method used to connect to the HTTP endpoint.CreateConnectionOAuthRequestParameters.httpMethod()The method to use for the authorization request.UpdateConnectionOAuthRequestParameters.httpMethod()The method used to connect to the HTTP endpoint.static ConnectionOAuthHttpMethodReturns 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 ConnectionOAuthHttpMethodModifier and TypeMethodDescriptionstatic Set<ConnectionOAuthHttpMethod>ConnectionOAuthHttpMethod.knownValues()Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectionOAuthHttpMethodModifier and TypeMethodDescriptionConnectionOAuthResponseParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod) The method used to connect to the HTTP endpoint.CreateConnectionOAuthRequestParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod) The method to use for the authorization request.UpdateConnectionOAuthRequestParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod) The method used to connect to the HTTP endpoint.