| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.Builder.build()
Builds a new
ImmutableOAuth2Defaults. |
static ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.copyOf(OAuth2Defaults instance)
Creates an immutable copy of a
OAuth2Defaults value. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withAuthURL(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
authURL. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withAuthURL(String... elements)
Copy the current immutable object with elements that replace the content of
authURL. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuth2GrantTypesSupported(Iterable<? extends OAuth2GrantType> elements)
Copy the current immutable object with elements that replace the content of
oAuth2GrantTypesSupported. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuth2GrantTypesSupported(OAuth2GrantType... elements)
Copy the current immutable object with elements that replace the content of
oAuth2GrantTypesSupported. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuthScopes(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
oAuthScopes. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOAuthScopes(String... elements)
Copy the current immutable object with elements that replace the content of
oAuthScopes. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withTokenURL(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
tokenURL. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withTokenURL(String... elements)
Copy the current immutable object with elements that replace the content of
tokenURL. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.