| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.credentials |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Credentials |
ImmutableOAuth2Credentials.Builder.build()
Builds a new
ImmutableOAuth2Credentials. |
static ImmutableOAuth2Credentials |
ImmutableOAuth2Credentials.copyOf(OAuth2Credentials instance)
Creates an immutable copy of a
OAuth2Credentials value. |
ImmutableOAuth2Credentials |
ImmutableOAuth2Credentials.withAccessToken(String value)
Copy the current immutable object by setting a value for the
accessToken attribute. |
ImmutableOAuth2Credentials |
ImmutableOAuth2Credentials.withRefreshToken(String value)
Copy the current immutable object by setting a value for the
refreshToken attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.