| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordTag |
RecordTag.clone() |
RecordTag |
RecordTag.withKey(String key)
The key for this tag.
|
RecordTag |
RecordTag.withValue(String value)
The value for this tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordTag> |
RecordDetail.getRecordTags()
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
RecordDetail |
RecordDetail.withRecordTags(RecordTag... recordTags)
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDetail.setRecordTags(Collection<RecordTag> recordTags)
One or more tags.
|
RecordDetail |
RecordDetail.withRecordTags(Collection<RecordTag> recordTags)
One or more tags.
|
Copyright © 2019. All rights reserved.