| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.credentials | |
| com.amazonaws.appflow.custom.connector.model.settings |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
ImmutableCredentials.authenticationType()
Authentication type associated with the credentials stored in AWS Secret Manager.
|
AuthenticationType |
Credentials.authenticationType()
Authentication type associated with the credentials stored in AWS Secret Manager.
|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableCredentials.Builder |
ImmutableCredentials.Builder.authenticationType(AuthenticationType authenticationType)
Initializes the value for the
authenticationType attribute. |
ImmutableCredentials |
ImmutableCredentials.withAuthenticationType(AuthenticationType value)
Copy the current immutable object by setting a value for the
authenticationType attribute. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
ImmutableValidateConnectorRuntimeSettingsRequest.authenticationType() |
AuthenticationType |
ValidateConnectorRuntimeSettingsRequest.authenticationType() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableValidateConnectorRuntimeSettingsRequest.Builder |
ImmutableValidateConnectorRuntimeSettingsRequest.Builder.authenticationType(AuthenticationType authenticationType)
Initializes the value for the
authenticationType attribute. |
ImmutableValidateConnectorRuntimeSettingsRequest |
ImmutableValidateConnectorRuntimeSettingsRequest.withAuthenticationType(AuthenticationType value)
Copy the current immutable object by setting a value for the
authenticationType attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.