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