Uses of Class
software.amazon.awssdk.services.cloudtrail.model.TrailInfo
-
Packages that use TrailInfo Package Description software.amazon.awssdk.services.cloudtrail.model software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of TrailInfo in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type TrailInfo Modifier and Type Method Description List<TrailInfo>ListTrailsResponse. trails()Returns the name, ARN, and home Region of trails in the current account.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type TrailInfo Modifier and Type Method Description ListTrailsResponse.BuilderListTrailsResponse.Builder. trails(TrailInfo... trails)Returns the name, ARN, and home Region of trails in the current account.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type TrailInfo Modifier and Type Method Description ListTrailsResponse.BuilderListTrailsResponse.Builder. trails(Collection<TrailInfo> trails)Returns the name, ARN, and home Region of trails in the current account. -
Uses of TrailInfo in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type TrailInfo Modifier and Type Method Description SdkIterable<TrailInfo>ListTrailsIterable. trails()Returns an iterable to iterate through the paginatedListTrailsResponse.trails()member.SdkPublisher<TrailInfo>ListTrailsPublisher. trails()Returns a publisher that can be used to get a stream of data.
-