| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedProfile |
DescribedProfile.clone() |
DescribedProfile |
DescribeProfileResult.getProfile()
The details of the specified profile, returned as an object.
|
DescribedProfile |
DescribedProfile.withArn(String arn)
The unique Amazon Resource Name (ARN) for the profile.
|
DescribedProfile |
DescribedProfile.withAs2Id(String as2Id)
The
As2Id is the AS2-name, as defined in the RFC 4130. |
DescribedProfile |
DescribedProfile.withCertificateIds(Collection<String> certificateIds)
An array of identifiers for the imported certificates.
|
DescribedProfile |
DescribedProfile.withCertificateIds(String... certificateIds)
An array of identifiers for the imported certificates.
|
DescribedProfile |
DescribedProfile.withProfileId(String profileId)
A unique identifier for the local or partner AS2 profile.
|
DescribedProfile |
DescribedProfile.withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile |
DescribedProfile.withProfileType(String profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile |
DescribedProfile.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for profiles.
|
DescribedProfile |
DescribedProfile.withTags(Tag... tags)
Key-value pairs that can be used to group and search for profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProfileResult.setProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
|
DescribeProfileResult |
DescribeProfileResult.withProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
|
Copyright © 2023. All rights reserved.