| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce | 
 Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce. 
 | 
| com.amazonaws.services.elasticmapreduce.model | 
 Classes modeling the various types represented by AmazonElasticMapReduce. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AmazonElasticMapReduce.setVisibleToAllUsers(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
void | 
AmazonElasticMapReduceClient.setVisibleToAllUsers(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
Future<Void> | 
AmazonElasticMapReduceAsyncClient.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
Future<Void> | 
AmazonElasticMapReduceAsync.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
Future<Void> | 
AmazonElasticMapReduceAsyncClient.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest,
                         AsyncHandler<SetVisibleToAllUsersRequest,Void> asyncHandler)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
Future<Void> | 
AmazonElasticMapReduceAsync.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest,
                         AsyncHandler<SetVisibleToAllUsersRequest,Void> asyncHandler)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Void> | 
AmazonElasticMapReduceAsyncClient.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest,
                         AsyncHandler<SetVisibleToAllUsersRequest,Void> asyncHandler)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
Future<Void> | 
AmazonElasticMapReduceAsync.setVisibleToAllUsersAsync(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest,
                         AsyncHandler<SetVisibleToAllUsersRequest,Void> asyncHandler)
 Sets whether all AWS Identity and Access Management (IAM) users under
 your account can access the specified job flows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SetVisibleToAllUsersRequest | 
SetVisibleToAllUsersRequest.clone()  | 
SetVisibleToAllUsersRequest | 
SetVisibleToAllUsersRequest.withJobFlowIds(Collection<String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting. 
 | 
SetVisibleToAllUsersRequest | 
SetVisibleToAllUsersRequest.withJobFlowIds(String... jobFlowIds)
Identifiers of the job flows to receive the new visibility setting. 
 | 
SetVisibleToAllUsersRequest | 
SetVisibleToAllUsersRequest.withVisibleToAllUsers(Boolean visibleToAllUsers)
Whether the specified job flows are visible to all IAM users of the
 AWS account associated with the job flow. 
 | 
Copyright © 2015. All rights reserved.