Uses of Class
software.amazon.awssdk.services.vpclattice.model.AccessLogSubscriptionSummary
-
Packages that use AccessLogSubscriptionSummary Package Description software.amazon.awssdk.services.vpclattice.model software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of AccessLogSubscriptionSummary in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type AccessLogSubscriptionSummary Modifier and Type Method Description List<AccessLogSubscriptionSummary>ListAccessLogSubscriptionsResponse. items()The access log subscriptions.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type AccessLogSubscriptionSummary Modifier and Type Method Description ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse.Builder. items(AccessLogSubscriptionSummary... items)The access log subscriptions.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type AccessLogSubscriptionSummary Modifier and Type Method Description ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse.Builder. items(Collection<AccessLogSubscriptionSummary> items)The access log subscriptions. -
Uses of AccessLogSubscriptionSummary in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type AccessLogSubscriptionSummary Modifier and Type Method Description SdkIterable<AccessLogSubscriptionSummary>ListAccessLogSubscriptionsIterable. items()Returns an iterable to iterate through the paginatedListAccessLogSubscriptionsResponse.items()member.SdkPublisher<AccessLogSubscriptionSummary>ListAccessLogSubscriptionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-