| Package | Description |
|---|---|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
static MemberPermissions |
MemberPermissions.fromValue(String value)
Use this in place of valueOf.
|
static MemberPermissions |
MemberPermissions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberPermissions[] |
MemberPermissions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentMembershipRequest |
UpdateEnvironmentMembershipRequest.withPermissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
CreateEnvironmentMembershipRequest |
CreateEnvironmentMembershipRequest.withPermissions(MemberPermissions permissions)
The type of environment member permissions you want to associate with this environment member.
|
Copyright © 2019. All rights reserved.