Uses of Class
software.amazon.awssdk.services.emr.model.GetClusterSessionCredentialsRequest
-
Packages that use GetClusterSessionCredentialsRequest Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.transform -
-
Uses of GetClusterSessionCredentialsRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type GetClusterSessionCredentialsRequest Modifier and Type Method Description 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.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. -
Uses of GetClusterSessionCredentialsRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type GetClusterSessionCredentialsRequest Modifier and Type Method Description SdkHttpFullRequestGetClusterSessionCredentialsRequestMarshaller. marshall(GetClusterSessionCredentialsRequest getClusterSessionCredentialsRequest)
-