| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
OAuth2CustomPropType |
ImmutableOAuth2CustomParameter.type()
Specifies if this Oauth2 parameter is related to Token Url or Auth Url
|
OAuth2CustomPropType |
OAuth2CustomParameter.type()
Specifies if this Oauth2 parameter is related to Token Url or Auth Url
|
static OAuth2CustomPropType |
OAuth2CustomPropType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2CustomPropType[] |
OAuth2CustomPropType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2CustomParameter.Builder |
ImmutableOAuth2CustomParameter.Builder.type(OAuth2CustomPropType type)
Initializes the value for the
type attribute. |
ImmutableOAuth2CustomParameter |
ImmutableOAuth2CustomParameter.withType(OAuth2CustomPropType value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.