Uses of Class
software.amazon.awssdk.services.b2bi.model.ProfileSummary
-
Packages that use ProfileSummary Package Description software.amazon.awssdk.services.b2bi.model software.amazon.awssdk.services.b2bi.paginators -
-
Uses of ProfileSummary in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type ProfileSummary Modifier and Type Method Description List<ProfileSummary>ListProfilesResponse. profiles()Returns an array ofProfileSummaryobjects.Methods in software.amazon.awssdk.services.b2bi.model with parameters of type ProfileSummary Modifier and Type Method Description ListProfilesResponse.BuilderListProfilesResponse.Builder. profiles(ProfileSummary... profiles)Returns an array ofProfileSummaryobjects.Method parameters in software.amazon.awssdk.services.b2bi.model with type arguments of type ProfileSummary Modifier and Type Method Description ListProfilesResponse.BuilderListProfilesResponse.Builder. profiles(Collection<ProfileSummary> profiles)Returns an array ofProfileSummaryobjects. -
Uses of ProfileSummary in software.amazon.awssdk.services.b2bi.paginators
Methods in software.amazon.awssdk.services.b2bi.paginators that return types with arguments of type ProfileSummary Modifier and Type Method Description SdkIterable<ProfileSummary>ListProfilesIterable. profiles()Returns an iterable to iterate through the paginatedListProfilesResponse.profiles()member.SdkPublisher<ProfileSummary>ListProfilesPublisher. profiles()Returns a publisher that can be used to get a stream of data.
-