| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
OAuth2MethodType |
ImmutableOAuth2Defaults.oAuth2MethodType()
OAuth2 Http method to use for the token request.
|
default OAuth2MethodType |
OAuth2Defaults.oAuth2MethodType()
OAuth2 Http method to use for the token request.
|
static OAuth2MethodType |
OAuth2MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2MethodType[] |
OAuth2MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.oAuth2MethodType(OAuth2MethodType oAuth2MethodType)
Initializes the value for the
oAuth2MethodType attribute. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuth2MethodType(OAuth2MethodType value)
Copy the current immutable object by setting a value for the
oAuth2MethodType attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.