| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ListProfilesResponse.Builder |
ListProfilesResponse.builder() |
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.nextToken(String nextToken)
Returns a token that you can use to call
ListProfiles again and receive additional results, if
there are any. |
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(Consumer<ListedProfile.Builder>... profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(ListedProfile... profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResponse.Builder |
ListProfilesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProfilesResponse.Builder> |
ListProfilesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.