Uses of Class
software.amazon.awssdk.services.directory.model.LogSubscription
-
Packages that use LogSubscription Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of LogSubscription in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type LogSubscription Modifier and Type Method Description List<LogSubscription>ListLogSubscriptionsResponse. logSubscriptions()A list of active LogSubscription objects for calling the Amazon Web Services account.Methods in software.amazon.awssdk.services.directory.model with parameters of type LogSubscription Modifier and Type Method Description ListLogSubscriptionsResponse.BuilderListLogSubscriptionsResponse.Builder. logSubscriptions(LogSubscription... logSubscriptions)A list of active LogSubscription objects for calling the Amazon Web Services account.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type LogSubscription Modifier and Type Method Description ListLogSubscriptionsResponse.BuilderListLogSubscriptionsResponse.Builder. logSubscriptions(Collection<LogSubscription> logSubscriptions)A list of active LogSubscription objects for calling the Amazon Web Services account. -
Uses of LogSubscription in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type LogSubscription Modifier and Type Method Description SdkIterable<LogSubscription>ListLogSubscriptionsIterable. logSubscriptions()Returns an iterable to iterate through the paginatedListLogSubscriptionsResponse.logSubscriptions()member.SdkPublisher<LogSubscription>ListLogSubscriptionsPublisher. logSubscriptions()Returns a publisher that can be used to get a stream of data.
-