Uses of Class
software.amazon.awssdk.services.cloud9.model.MemberPermissions
-
Packages that use MemberPermissions Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of MemberPermissions in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return MemberPermissions Modifier and Type Method Description static MemberPermissionsMemberPermissions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MemberPermissionsCreateEnvironmentMembershipRequest. permissions()The type of environment member permissions you want to associate with this environment member.MemberPermissionsUpdateEnvironmentMembershipRequest. permissions()The replacement type of environment member permissions you want to associate with this environment member.static MemberPermissionsMemberPermissions. 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.Methods in software.amazon.awssdk.services.cloud9.model that return types with arguments of type MemberPermissions Modifier and Type Method Description static Set<MemberPermissions>MemberPermissions. knownValues()Methods in software.amazon.awssdk.services.cloud9.model with parameters of type MemberPermissions Modifier and Type Method Description CreateEnvironmentMembershipRequest.BuilderCreateEnvironmentMembershipRequest.Builder. permissions(MemberPermissions permissions)The type of environment member permissions you want to associate with this environment member.UpdateEnvironmentMembershipRequest.BuilderUpdateEnvironmentMembershipRequest.Builder. permissions(MemberPermissions permissions)The replacement type of environment member permissions you want to associate with this environment member.
-