| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
TrailInfo |
TrailInfo.clone() |
TrailInfo |
TrailInfo.withHomeRegion(String homeRegion)
The AWS region in which a trail was created.
|
TrailInfo |
TrailInfo.withName(String name)
The name of a trail.
|
TrailInfo |
TrailInfo.withTrailARN(String trailARN)
The ARN of a trail.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrailInfo> |
ListTrailsResult.getTrails()
Returns the name, ARN, and home region of trails in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrailsResult |
ListTrailsResult.withTrails(TrailInfo... trails)
Returns the name, ARN, and home region of trails in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrailsResult.setTrails(Collection<TrailInfo> trails)
Returns the name, ARN, and home region of trails in the current account.
|
ListTrailsResult |
ListTrailsResult.withTrails(Collection<TrailInfo> trails)
Returns the name, ARN, and home region of trails in the current account.
|
Copyright © 2021. All rights reserved.