Uses of Class
software.amazon.awssdk.services.emr.model.Credentials
-
Packages that use Credentials Package Description software.amazon.awssdk.services.emr.model -
-
Uses of Credentials in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return Credentials Modifier and Type Method Description CredentialsGetClusterSessionCredentialsResponse. credentials()The credentials that you can use to connect to cluster endpoints that support username and password authentication.static CredentialsCredentials. fromUsernamePassword(Consumer<UsernamePassword.Builder> usernamePassword)Create an instance of this class withusernamePassword()initialized to the given value.static CredentialsCredentials. fromUsernamePassword(UsernamePassword usernamePassword)Create an instance of this class withusernamePassword()initialized to the given value.Methods in software.amazon.awssdk.services.emr.model with parameters of type Credentials Modifier and Type Method Description GetClusterSessionCredentialsResponse.BuilderGetClusterSessionCredentialsResponse.Builder. credentials(Credentials credentials)The credentials that you can use to connect to cluster endpoints that support username and password authentication.
-