| 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.withAddBasicAuthHeader(boolean value)
Copy the current immutable object by setting a value for the
addBasicAuthHeader attribute. |
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.withOAuth2ContentType(OAuth2ContentType value)
Copy the current immutable object by setting a value for the
oAuth2ContentType attribute. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOauth2CustomProperties(Iterable<? extends OAuth2CustomParameter> elements)
Copy the current immutable object with elements that replace the content of
oauth2CustomProperties. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOauth2CustomProperties(OAuth2CustomParameter... elements)
Copy the current immutable object with elements that replace the content of
oauth2CustomProperties. |
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.withOAuth2MethodType(OAuth2MethodType value)
Copy the current immutable object by setting a value for the
oAuth2MethodType attribute. |
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.