| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model | |
| com.amazonaws.appflow.custom.connector.model.credentials |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
ImmutableConnectorContext.credentials()
Credentials which will be used to make API call.
|
Credentials |
ConnectorContext.credentials()
Credentials which will be used to make API call.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableConnectorContext.Builder |
ImmutableConnectorContext.Builder.credentials(Credentials credentials)
Initializes the value for the
credentials attribute. |
ImmutableConnectorContext |
ImmutableConnectorContext.withCredentials(Credentials value)
Copy the current immutable object by setting a value for the
credentials attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCredentials
Immutable implementation of
Credentials. |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
ImmutableValidateCredentialsRequest.credentials()
Credentials needs to validate.
|
Credentials |
ValidateCredentialsRequest.credentials()
Credentials needs to validate.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCredentials |
ImmutableCredentials.copyOf(Credentials instance)
Creates an immutable copy of a
Credentials value. |
ImmutableValidateCredentialsRequest.Builder |
ImmutableValidateCredentialsRequest.Builder.credentials(Credentials credentials)
Initializes the value for the
credentials attribute. |
ImmutableCredentials.Builder |
ImmutableCredentials.Builder.from(Credentials instance)
Fill a builder with attribute values from the provided
Credentials instance. |
ImmutableValidateCredentialsRequest |
ImmutableValidateCredentialsRequest.withCredentials(Credentials value)
Copy the current immutable object by setting a value for the
credentials attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.