Uses of Class
software.amazon.awssdk.services.opsworks.model.UserProfile
-
Packages that use UserProfile Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of UserProfile in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type UserProfile Modifier and Type Method Description List<UserProfile>DescribeUserProfilesResponse. userProfiles()AUsersobject that describes the specified users.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type UserProfile Modifier and Type Method Description DescribeUserProfilesResponse.BuilderDescribeUserProfilesResponse.Builder. userProfiles(UserProfile... userProfiles)AUsersobject that describes the specified users.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type UserProfile Modifier and Type Method Description DescribeUserProfilesResponse.BuilderDescribeUserProfilesResponse.Builder. userProfiles(Collection<UserProfile> userProfiles)AUsersobject that describes the specified users.
-