| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroup |
AttributeGroup.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AttributeGroup |
AttributeGroup.clearTagsEntries()
Removes all the entries added into Tags.
|
AttributeGroup |
AttributeGroup.clone() |
AttributeGroup |
CreateAttributeGroupResult.getAttributeGroup()
Information about the attribute group.
|
AttributeGroup |
UpdateAttributeGroupResult.getAttributeGroup()
The updated information of the attribute group.
|
AttributeGroup |
AttributeGroup.withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
AttributeGroup |
AttributeGroup.withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
AttributeGroup |
AttributeGroup.withDescription(String description)
The description of the attribute group that the user provides.
|
AttributeGroup |
AttributeGroup.withId(String id)
The globally unique attribute group identifier of the attribute group.
|
AttributeGroup |
AttributeGroup.withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
AttributeGroup |
AttributeGroup.withName(String name)
The name of the attribute group.
|
AttributeGroup |
AttributeGroup.withTags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAttributeGroupResult.setAttributeGroup(AttributeGroup attributeGroup)
Information about the attribute group.
|
void |
UpdateAttributeGroupResult.setAttributeGroup(AttributeGroup attributeGroup)
The updated information of the attribute group.
|
CreateAttributeGroupResult |
CreateAttributeGroupResult.withAttributeGroup(AttributeGroup attributeGroup)
Information about the attribute group.
|
UpdateAttributeGroupResult |
UpdateAttributeGroupResult.withAttributeGroup(AttributeGroup attributeGroup)
The updated information of the attribute group.
|
Copyright © 2022. All rights reserved.