Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
UsernamePassword |
UsernamePassword.clone() |
UsernamePassword |
Credentials.getUsernamePassword()
The username and password that you use to connect to cluster endpoints.
|
UsernamePassword |
UsernamePassword.withPassword(String password)
The password associated with the temporary credentials that you use to connect to cluster endpoints.
|
UsernamePassword |
UsernamePassword.withUsername(String username)
The username associated with the temporary credentials that you use to connect to cluster endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
Credentials.setUsernamePassword(UsernamePassword usernamePassword)
The username and password that you use to connect to cluster endpoints.
|
Credentials |
Credentials.withUsernamePassword(UsernamePassword usernamePassword)
The username and password that you use to connect to cluster endpoints.
|
Copyright © 2024. All rights reserved.