| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
static MemberPermissions |
MemberPermissions.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MemberPermissions |
CreateEnvironmentMembershipRequest.permissions()
The type of environment member permissions you want to associate with this environment member.
|
MemberPermissions |
UpdateEnvironmentMembershipRequest.permissions()
The replacement type of environment member permissions you want to associate with this environment member.
|
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 |
|---|---|
static Set<MemberPermissions> |
MemberPermissions.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentMembershipRequest.Builder |
CreateEnvironmentMembershipRequest.Builder.permissions(MemberPermissions permissions)
The type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest.Builder |
UpdateEnvironmentMembershipRequest.Builder.permissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
Copyright © 2021. All rights reserved.