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 |
---|---|
Future<SetVisibleToAllUsersResult> |
AmazonElasticMapReduceAsync.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest,
AsyncHandler<SetVisibleToAllUsersRequest,SetVisibleToAllUsersResult> asyncHandler)
Sets the Cluster$VisibleToAllUsers value for an EMR cluster.
|
Future<SetVisibleToAllUsersResult> |
AmazonElasticMapReduceAsyncClient.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest request,
AsyncHandler<SetVisibleToAllUsersRequest,SetVisibleToAllUsersResult> asyncHandler) |
Future<SetVisibleToAllUsersResult> |
AbstractAmazonElasticMapReduceAsync.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest request,
AsyncHandler<SetVisibleToAllUsersRequest,SetVisibleToAllUsersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SetVisibleToAllUsersRequest |
SetVisibleToAllUsersRequest.clone() |
SetVisibleToAllUsersRequest |
SetVisibleToAllUsersRequest.withJobFlowIds(Collection<String> jobFlowIds)
The unique identifier of the job flow (cluster).
|
SetVisibleToAllUsersRequest |
SetVisibleToAllUsersRequest.withJobFlowIds(String... jobFlowIds)
The unique identifier of the job flow (cluster).
|
SetVisibleToAllUsersRequest |
SetVisibleToAllUsersRequest.withVisibleToAllUsers(Boolean visibleToAllUsers)
A value of
true indicates that an IAM principal in the Amazon Web Services account can perform EMR
actions on the cluster that the IAM policies attached to the principal allow. |
Copyright © 2021. All rights reserved.