Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
GetClusterSessionCredentialsResult |
AmazonElasticMapReduceClient.getClusterSessionCredentials(GetClusterSessionCredentialsRequest request)
Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a
cluster with fine-grained access control activated.
|
GetClusterSessionCredentialsResult |
AbstractAmazonElasticMapReduce.getClusterSessionCredentials(GetClusterSessionCredentialsRequest request) |
GetClusterSessionCredentialsResult |
AmazonElasticMapReduce.getClusterSessionCredentials(GetClusterSessionCredentialsRequest getClusterSessionCredentialsRequest)
Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a
cluster with fine-grained access control activated.
|
Modifier and Type | Method and Description |
---|---|
GetClusterSessionCredentialsResult |
GetClusterSessionCredentialsResult.clone() |
GetClusterSessionCredentialsResult |
GetClusterSessionCredentialsResult.withCredentials(Credentials credentials)
The credentials that you can use to connect to cluster endpoints that support username and password
authentication.
|
GetClusterSessionCredentialsResult |
GetClusterSessionCredentialsResult.withExpiresAt(Date expiresAt)
The time when the credentials that are returned by the
GetClusterSessionCredentials API expire. |
Copyright © 2023. All rights reserved.