| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
BasicAuthCredentials |
BasicAuthCredentials.clone() |
BasicAuthCredentials |
CustomConnectorProfileCredentials.getBasic()
The basic credentials that are required for the authentication of the user.
|
BasicAuthCredentials |
SAPODataConnectorProfileCredentials.getBasicAuthCredentials()
The SAPOData basic authentication credentials.
|
BasicAuthCredentials |
BasicAuthCredentials.withPassword(String password)
The password to use to connect to a resource.
|
BasicAuthCredentials |
BasicAuthCredentials.withUsername(String username)
The username to use to connect to a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomConnectorProfileCredentials.setBasic(BasicAuthCredentials basic)
The basic credentials that are required for the authentication of the user.
|
void |
SAPODataConnectorProfileCredentials.setBasicAuthCredentials(BasicAuthCredentials basicAuthCredentials)
The SAPOData basic authentication credentials.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withBasic(BasicAuthCredentials basic)
The basic credentials that are required for the authentication of the user.
|
SAPODataConnectorProfileCredentials |
SAPODataConnectorProfileCredentials.withBasicAuthCredentials(BasicAuthCredentials basicAuthCredentials)
The SAPOData basic authentication credentials.
|
Copyright © 2023. All rights reserved.