Uses of Interface
software.amazon.awssdk.services.ssmsap.model.ApplicationCredential.Builder
-
Packages that use ApplicationCredential.Builder Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of ApplicationCredential.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return ApplicationCredential.Builder Modifier and Type Method Description static ApplicationCredential.BuilderApplicationCredential. builder()ApplicationCredential.BuilderApplicationCredential.Builder. credentialType(String credentialType)The type of the application credentials.ApplicationCredential.BuilderApplicationCredential.Builder. credentialType(CredentialType credentialType)The type of the application credentials.ApplicationCredential.BuilderApplicationCredential.Builder. databaseName(String databaseName)The name of the SAP HANA database.ApplicationCredential.BuilderApplicationCredential.Builder. secretId(String secretId)The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.ApplicationCredential.BuilderApplicationCredential. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ApplicationCredential.Builder Modifier and Type Method Description static Class<? extends ApplicationCredential.Builder>ApplicationCredential. serializableBuilderClass()
-