Uses of Class
software.amazon.awssdk.services.sagemaker.model.UserProfileDetails
-
Packages that use UserProfileDetails Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of UserProfileDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UserProfileDetails Modifier and Type Method Description List<UserProfileDetails>ListUserProfilesResponse. userProfiles()The list of user profiles.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type UserProfileDetails Modifier and Type Method Description ListUserProfilesResponse.BuilderListUserProfilesResponse.Builder. userProfiles(UserProfileDetails... userProfiles)The list of user profiles.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type UserProfileDetails Modifier and Type Method Description ListUserProfilesResponse.BuilderListUserProfilesResponse.Builder. userProfiles(Collection<UserProfileDetails> userProfiles)The list of user profiles. -
Uses of UserProfileDetails in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type UserProfileDetails Modifier and Type Method Description SdkIterable<UserProfileDetails>ListUserProfilesIterable. userProfiles()Returns an iterable to iterate through the paginatedListUserProfilesResponse.userProfiles()member.SdkPublisher<UserProfileDetails>ListUserProfilesPublisher. userProfiles()Returns a publisher that can be used to get a stream of data.
-