| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroupSummary |
AttributeGroupSummary.clone() |
AttributeGroupSummary |
DeleteAttributeGroupResult.getAttributeGroup()
Information about the deleted attribute group.
|
AttributeGroupSummary |
AttributeGroupSummary.withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
AttributeGroupSummary |
AttributeGroupSummary.withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
AttributeGroupSummary |
AttributeGroupSummary.withDescription(String description)
The description of the attribute group that the user provides.
|
AttributeGroupSummary |
AttributeGroupSummary.withId(String id)
The globally unique attribute group identifier of the attribute group.
|
AttributeGroupSummary |
AttributeGroupSummary.withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
AttributeGroupSummary |
AttributeGroupSummary.withName(String name)
The name of the attribute group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeGroupSummary> |
ListAttributeGroupsResult.getAttributeGroups()
This list of attribute groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteAttributeGroupResult.setAttributeGroup(AttributeGroupSummary attributeGroup)
Information about the deleted attribute group.
|
DeleteAttributeGroupResult |
DeleteAttributeGroupResult.withAttributeGroup(AttributeGroupSummary attributeGroup)
Information about the deleted attribute group.
|
ListAttributeGroupsResult |
ListAttributeGroupsResult.withAttributeGroups(AttributeGroupSummary... attributeGroups)
This list of attribute groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttributeGroupsResult.setAttributeGroups(Collection<AttributeGroupSummary> attributeGroups)
This list of attribute groups.
|
ListAttributeGroupsResult |
ListAttributeGroupsResult.withAttributeGroups(Collection<AttributeGroupSummary> attributeGroups)
This list of attribute groups.
|
Copyright © 2021. All rights reserved.