Uses of Class
software.amazon.awssdk.services.emr.model.UsernamePassword
-
Packages that use UsernamePassword Package Description software.amazon.awssdk.services.emr.model -
-
Uses of UsernamePassword in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return UsernamePassword Modifier and Type Method Description UsernamePasswordCredentials. usernamePassword()The username and password that you use to connect to cluster endpoints.Methods in software.amazon.awssdk.services.emr.model with parameters of type UsernamePassword Modifier and Type Method Description static CredentialsCredentials. fromUsernamePassword(UsernamePassword usernamePassword)Create an instance of this class withCredentials.usernamePassword()initialized to the given value.Credentials.BuilderCredentials.Builder. usernamePassword(UsernamePassword usernamePassword)The username and password that you use to connect to cluster endpoints.
-