| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
static Permissions |
Permissions.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Permissions |
EnvironmentMember.permissions()
The type of environment member permissions associated with this environment member.
|
static Permissions |
Permissions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permissions[] |
Permissions.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<Permissions> |
Permissions.knownValues()
|
List<Permissions> |
DescribeEnvironmentMembershipsRequest.permissions()
The type of environment member permissions to get information about.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentMembershipsRequest.Builder |
DescribeEnvironmentMembershipsRequest.Builder.permissions(Permissions... permissions)
The type of environment member permissions to get information about.
|
EnvironmentMember.Builder |
EnvironmentMember.Builder.permissions(Permissions permissions)
The type of environment member permissions associated with this environment member.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentMembershipsRequest.Builder |
DescribeEnvironmentMembershipsRequest.Builder.permissions(Collection<Permissions> permissions)
The type of environment member permissions to get information about.
|
Copyright © 2020. All rights reserved.