| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| Modifier and Type | Method and Description |
|---|---|
default GetClusterSessionCredentialsResponse |
EmrClient.getClusterSessionCredentials(Consumer<GetClusterSessionCredentialsRequest.Builder> 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.
|
default GetClusterSessionCredentialsResponse |
EmrClient.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 |
|---|---|
default CompletableFuture<GetClusterSessionCredentialsResponse> |
EmrAsyncClient.getClusterSessionCredentials(Consumer<GetClusterSessionCredentialsRequest.Builder> 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.
|
default CompletableFuture<GetClusterSessionCredentialsResponse> |
EmrAsyncClient.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.
|
Copyright © 2023. All rights reserved.