| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionOAuthHttpMethod |
ConnectionOAuthHttpMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConnectionOAuthHttpMethod |
CreateConnectionOAuthRequestParameters.httpMethod()
The method to use for the authorization request.
|
ConnectionOAuthHttpMethod |
ConnectionOAuthResponseParameters.httpMethod()
The method used to connect to the HTTP endpoint.
|
ConnectionOAuthHttpMethod |
UpdateConnectionOAuthRequestParameters.httpMethod()
The method used to connect to the HTTP endpoint.
|
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 |
|---|---|
static Set<ConnectionOAuthHttpMethod> |
ConnectionOAuthHttpMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionOAuthRequestParameters.Builder |
CreateConnectionOAuthRequestParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod)
The method to use for the authorization request.
|
ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
|
UpdateConnectionOAuthRequestParameters.Builder |
UpdateConnectionOAuthRequestParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
|
Copyright © 2023. All rights reserved.