| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedProfile |
ListedProfile.clone() |
ListedProfile |
ListedProfile.withArn(String arn)
The Amazon Resource Name (ARN) of the specified profile.
|
ListedProfile |
ListedProfile.withAs2Id(String as2Id)
The unique identifier for the AS2 process.
|
ListedProfile |
ListedProfile.withProfileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
ListedProfile |
ListedProfile.withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile |
ListedProfile.withProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
| Modifier and Type | Method and Description |
|---|---|
List<ListedProfile> |
ListProfilesResult.getProfiles()
Returns an array, where each item contains the details of a profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResult |
ListProfilesResult.withProfiles(ListedProfile... profiles)
Returns an array, where each item contains the details of a profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilesResult.setProfiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResult |
ListProfilesResult.withProfiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
|
Copyright © 2022. All rights reserved.