Uses of Class
software.amazon.awssdk.services.emr.model.GetClusterSessionCredentialsResponse
-
Packages that use GetClusterSessionCredentialsResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of GetClusterSessionCredentialsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return GetClusterSessionCredentialsResponse Modifier and Type Method Description default GetClusterSessionCredentialsResponseEmrClient. 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 GetClusterSessionCredentialsResponseEmrClient. 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.Methods in software.amazon.awssdk.services.emr that return types with arguments of type GetClusterSessionCredentialsResponse Modifier and Type Method 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.
-