Uses of Class
com.amazonaws.services.opsworks.model.UserProfile
-
Packages that use UserProfile Package Description com.amazonaws.services.opsworks.model -
-
Uses of UserProfile in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return UserProfile Modifier and Type Method Description UserProfile
UserProfile. clone()
UserProfile
UserProfile. withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My Settings page.UserProfile
UserProfile. withIamUserArn(String iamUserArn)
The user's IAM ARN.UserProfile
UserProfile. withName(String name)
The user's name.UserProfile
UserProfile. withSshPublicKey(String sshPublicKey)
The user's SSH public key.UserProfile
UserProfile. withSshUsername(String sshUsername)
The user's SSH user name.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type UserProfile Modifier and Type Method Description List<UserProfile>
DescribeUserProfilesResult. getUserProfiles()
AUsers
object that describes the specified users.Methods in com.amazonaws.services.opsworks.model with parameters of type UserProfile Modifier and Type Method Description DescribeUserProfilesResult
DescribeUserProfilesResult. withUserProfiles(UserProfile... userProfiles)
AUsers
object that describes the specified users.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type UserProfile Modifier and Type Method Description void
DescribeUserProfilesResult. setUserProfiles(Collection<UserProfile> userProfiles)
AUsers
object that describes the specified users.DescribeUserProfilesResult
DescribeUserProfilesResult. withUserProfiles(Collection<UserProfile> userProfiles)
AUsers
object that describes the specified users.
-