| Package | Description |
|---|---|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary |
ProfileSummary.clone() |
ProfileSummary |
ProfileSummary.withBusinessName(String businessName)
Returns the name for the business associated with this profile.
|
ProfileSummary |
ProfileSummary.withCreatedAt(Date createdAt)
Returns the timestamp for creation date and time of the profile.
|
ProfileSummary |
ProfileSummary.withLogging(Logging logging)
Specifies whether or not logging is enabled for this profile.
|
ProfileSummary |
ProfileSummary.withLogging(String logging)
Specifies whether or not logging is enabled for this profile.
|
ProfileSummary |
ProfileSummary.withLogGroupName(String logGroupName)
Returns the name of the logging group.
|
ProfileSummary |
ProfileSummary.withModifiedAt(Date modifiedAt)
Returns the timestamp that identifies the most recent date and time that the profile was modified.
|
ProfileSummary |
ProfileSummary.withName(String name)
Returns the display name for profile.
|
ProfileSummary |
ProfileSummary.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileSummary> |
ListProfilesResult.getProfiles()
Returns an array of
ProfileSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResult |
ListProfilesResult.withProfiles(ProfileSummary... profiles)
Returns an array of
ProfileSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilesResult.setProfiles(Collection<ProfileSummary> profiles)
Returns an array of
ProfileSummary objects. |
ListProfilesResult |
ListProfilesResult.withProfiles(Collection<ProfileSummary> profiles)
Returns an array of
ProfileSummary objects. |
Copyright © 2024. All rights reserved.