| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationCredential |
ApplicationCredential.clone() |
ApplicationCredential |
ApplicationCredential.withCredentialType(CredentialType credentialType)
The type of the application credentials.
|
ApplicationCredential |
ApplicationCredential.withCredentialType(String credentialType)
The type of the application credentials.
|
ApplicationCredential |
ApplicationCredential.withDatabaseName(String databaseName)
The name of the SAP HANA database.
|
ApplicationCredential |
ApplicationCredential.withSecretId(String secretId)
The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationCredential> |
Database.getCredentials()
The credentials of the database.
|
List<ApplicationCredential> |
RegisterApplicationRequest.getCredentials()
The credentials of the SAP application.
|
List<ApplicationCredential> |
UpdateApplicationSettingsRequest.getCredentialsToAddOrUpdate()
The credentials to be added or updated.
|
List<ApplicationCredential> |
UpdateApplicationSettingsRequest.getCredentialsToRemove()
The credentials to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withCredentials(ApplicationCredential... credentials)
The credentials of the database.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withCredentials(ApplicationCredential... credentials)
The credentials of the SAP application.
|
UpdateApplicationSettingsRequest |
UpdateApplicationSettingsRequest.withCredentialsToAddOrUpdate(ApplicationCredential... credentialsToAddOrUpdate)
The credentials to be added or updated.
|
UpdateApplicationSettingsRequest |
UpdateApplicationSettingsRequest.withCredentialsToRemove(ApplicationCredential... credentialsToRemove)
The credentials to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setCredentials(Collection<ApplicationCredential> credentials)
The credentials of the database.
|
void |
RegisterApplicationRequest.setCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
|
void |
UpdateApplicationSettingsRequest.setCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
|
void |
UpdateApplicationSettingsRequest.setCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
|
Database |
Database.withCredentials(Collection<ApplicationCredential> credentials)
The credentials of the database.
|
RegisterApplicationRequest |
RegisterApplicationRequest.withCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
|
UpdateApplicationSettingsRequest |
UpdateApplicationSettingsRequest.withCredentialsToAddOrUpdate(Collection<ApplicationCredential> credentialsToAddOrUpdate)
The credentials to be added or updated.
|
UpdateApplicationSettingsRequest |
UpdateApplicationSettingsRequest.withCredentialsToRemove(Collection<ApplicationCredential> credentialsToRemove)
The credentials to be removed.
|
Copyright © 2025. All rights reserved.