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