| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionOAuthHttpMethod |
ConnectionOAuthHttpMethod.fromValue(String value)
Use this in place of valueOf.
|
static ConnectionOAuthHttpMethod |
ConnectionOAuthHttpMethod.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionOAuthRequestParameters |
UpdateConnectionOAuthRequestParameters.withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
|
CreateConnectionOAuthRequestParameters |
CreateConnectionOAuthRequestParameters.withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method to use for the authorization request.
|
ConnectionOAuthResponseParameters |
ConnectionOAuthResponseParameters.withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
|
Copyright © 2021. All rights reserved.