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