| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2GrantType |
OAuth2GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2GrantType[] |
OAuth2GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<OAuth2GrantType> |
ImmutableOAuth2Defaults.oAuth2GrantTypesSupported()
OAuth2 Grant types supported by connector.
|
List<OAuth2GrantType> |
OAuth2Defaults.oAuth2GrantTypesSupported()
OAuth2 Grant types supported by connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.addOAuth2GrantTypesSupported(OAuth2GrantType... elements)
Adds elements to
oAuth2GrantTypesSupported list. |
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.addOAuth2GrantTypesSupported(OAuth2GrantType element)
Adds one element to
oAuth2GrantTypesSupported list. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuth2GrantTypesSupported(OAuth2GrantType... elements)
Copy the current immutable object with elements that replace the content of
oAuth2GrantTypesSupported. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.addAllOAuth2GrantTypesSupported(Iterable<? extends OAuth2GrantType> elements)
Adds elements to
oAuth2GrantTypesSupported list. |
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.oAuth2GrantTypesSupported(Iterable<? extends OAuth2GrantType> elements)
Sets or replaces all elements for
oAuth2GrantTypesSupported list. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuth2GrantTypesSupported(Iterable<? extends OAuth2GrantType> elements)
Copy the current immutable object with elements that replace the content of
oAuth2GrantTypesSupported. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.