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