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