AWS SDK for .NET Documentation
SetVisibleToAllUsers Method (request)
AmazonAmazon.ElasticMapReduceAmazonElasticMapReduceClientSetVisibleToAllUsers(SetVisibleToAllUsersRequest) Did this page help you?   Yes   No    Tell us about it...
Sets whether all AWS Identity and Access Management (IAM) users under your account can access the specified job flows. This action works on running job flows. You can also set the visibility of a job flow when you launch it using the
CopyC#
VisibleToAllUsers
parameter of RunJobFlow. The SetVisibleToAllUsers action can be called only by an IAM user who created the job flow or the AWS account that owns the job flow.
Declaration Syntax
C#
public SetVisibleToAllUsersResponse SetVisibleToAllUsers(
	SetVisibleToAllUsersRequest request
)
Parameters
request (SetVisibleToAllUsersRequest)
Container for the necessary parameters to execute the SetVisibleToAllUsers service method.
Return Value
The response from the SetVisibleToAllUsers service method, as returned by ElasticMapReduce.
Exceptions
ExceptionCondition
InternalServerErrorException Indicates that an error occurred while processing the request and that the request was not completed.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)