| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model | |
| software.amazon.awssdk.services.transfer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedProfile> |
ListProfilesResponse.profiles()
Returns an array, where each item contains the details of a profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(ListedProfile... profiles)
Returns an array, where each item contains the details of a profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListedProfile> |
ListProfilesPublisher.profiles()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListedProfile> |
ListProfilesIterable.profiles()
Returns an iterable to iterate through the paginated
ListProfilesResponse.profiles() member. |
Copyright © 2023. All rights reserved.