| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ContentType |
ImmutableOAuth2Defaults.oAuth2ContentType()
OAuth2 Content type to use in the token request header.
|
default OAuth2ContentType |
OAuth2Defaults.oAuth2ContentType()
OAuth2 Content type to use in the token request header.
|
static OAuth2ContentType |
OAuth2ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2ContentType[] |
OAuth2ContentType.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.oAuth2ContentType(OAuth2ContentType oAuth2ContentType)
Initializes the value for the
oAuth2ContentType attribute. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuth2ContentType(OAuth2ContentType value)
Copy the current immutable object by setting a value for the
oAuth2ContentType attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.