|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetVisibleToAllUsersRequest | |
---|---|
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. |
Uses of SetVisibleToAllUsersRequest in com.amazonaws.services.elasticmapreduce |
---|
Methods in com.amazonaws.services.elasticmapreduce with parameters of type SetVisibleToAllUsersRequest | |
---|---|
void |
AmazonElasticMapReduceClient.setVisibleToAllUsers(SetVisibleToAllUsersRequest setVisibleToAllUsersRequest)
Sets whether all AWS Identity and Access Management (IAM) users under your account can access the specified job flows. |
void |
AmazonElasticMapReduce.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. |
Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type SetVisibleToAllUsersRequest | |
---|---|
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. |
Uses of SetVisibleToAllUsersRequest in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return SetVisibleToAllUsersRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |