| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static Credentials.Builder |
Credentials.builder() |
Credentials.Builder |
Credentials.toBuilder() |
default Credentials.Builder |
Credentials.Builder.usernamePassword(Consumer<UsernamePassword.Builder> usernamePassword)
The username and password that you use to connect to cluster endpoints.
|
Credentials.Builder |
Credentials.Builder.usernamePassword(UsernamePassword usernamePassword)
The username and password that you use to connect to cluster endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Credentials.Builder> |
Credentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetClusterSessionCredentialsResponse.Builder |
GetClusterSessionCredentialsResponse.Builder.credentials(Consumer<Credentials.Builder> 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.