Uses of Class
software.amazon.awssdk.services.cloud9.model.Permissions
-
Packages that use Permissions Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of Permissions in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return Permissions Modifier and Type Method Description static PermissionsPermissions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionsEnvironmentMember. permissions()The type of environment member permissions associated with this environment member.static PermissionsPermissions. 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.Methods in software.amazon.awssdk.services.cloud9.model that return types with arguments of type Permissions Modifier and Type Method Description static Set<Permissions>Permissions. knownValues()List<Permissions>DescribeEnvironmentMembershipsRequest. permissions()The type of environment member permissions to get information about.Methods in software.amazon.awssdk.services.cloud9.model with parameters of type Permissions Modifier and Type Method Description DescribeEnvironmentMembershipsRequest.BuilderDescribeEnvironmentMembershipsRequest.Builder. permissions(Permissions... permissions)The type of environment member permissions to get information about.EnvironmentMember.BuilderEnvironmentMember.Builder. permissions(Permissions permissions)The type of environment member permissions associated with this environment member.Method parameters in software.amazon.awssdk.services.cloud9.model with type arguments of type Permissions Modifier and Type Method Description DescribeEnvironmentMembershipsRequest.BuilderDescribeEnvironmentMembershipsRequest.Builder. permissions(Collection<Permissions> permissions)The type of environment member permissions to get information about.
-