| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model | |
| software.amazon.awssdk.services.cloudtrail.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TrailInfo> |
ListTrailsResponse.trails()
Returns the name, ARN, and home region of trails in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrailsResponse.Builder |
ListTrailsResponse.Builder.trails(TrailInfo... trails)
Returns the name, ARN, and home region of trails in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrailsResponse.Builder |
ListTrailsResponse.Builder.trails(Collection<TrailInfo> trails)
Returns the name, ARN, and home region of trails in the current account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TrailInfo> |
ListTrailsPublisher.trails()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TrailInfo> |
ListTrailsIterable.trails()
Returns an iterable to iterate through the paginated
ListTrailsResponse.trails() member. |
Copyright © 2021. All rights reserved.