Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceTag> |
ListTagsResult.resourceTagList |
Modifier and Type | Method and Description |
---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withResourceId(java.lang.String resourceId)
Specifies the ARN of the resource.
|
ResourceTag |
ResourceTag.withTagsList(java.util.Collection<Tag> tagsList) |
ResourceTag |
ResourceTag.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceTag> |
ListTagsResult.getResourceTagList() |
Modifier and Type | Method and Description |
---|---|
ListTagsResult |
ListTagsResult.withResourceTagList(ResourceTag... resourceTagList)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsResult.setResourceTagList(java.util.Collection<ResourceTag> resourceTagList) |
ListTagsResult |
ListTagsResult.withResourceTagList(java.util.Collection<ResourceTag> resourceTagList) |
Modifier and Type | Method and Description |
---|---|
ResourceTag |
ResourceTagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceTagJsonMarshaller.marshall(ResourceTag resourceTag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|