Uses of Class
software.amazon.awssdk.services.datazone.model.UsernamePassword
-
Packages that use UsernamePassword Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of UsernamePassword in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UsernamePassword Modifier and Type Method Description UsernamePasswordSparkEmrPropertiesOutput. credentials()The credentials of the Spark EMR.UsernamePasswordRedshiftCredentials. usernamePassword()The username and password of the Amazon Redshift credentials of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type UsernamePassword Modifier and Type Method Description SparkEmrPropertiesOutput.BuilderSparkEmrPropertiesOutput.Builder. credentials(UsernamePassword credentials)The credentials of the Spark EMR.static RedshiftCredentialsRedshiftCredentials. fromUsernamePassword(UsernamePassword usernamePassword)Create an instance of this class withRedshiftCredentials.usernamePassword()initialized to the given value.RedshiftCredentials.BuilderRedshiftCredentials.Builder. usernamePassword(UsernamePassword usernamePassword)The username and password of the Amazon Redshift credentials of a connection.
-