| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
UsernamePassword |
Credentials.usernamePassword()
The username and password that you use to connect to cluster endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static Credentials |
Credentials.fromUsernamePassword(UsernamePassword usernamePassword)
Create an instance of this class with
Credentials.usernamePassword() initialized to the given value. |
Credentials.Builder |
Credentials.Builder.usernamePassword(UsernamePassword usernamePassword)
The username and password that you use to connect to cluster endpoints.
|
Copyright © 2023. All rights reserved.