Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListAccessLogSubscriptionsResponse
-
Packages that use ListAccessLogSubscriptionsResponse Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of ListAccessLogSubscriptionsResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return ListAccessLogSubscriptionsResponse Modifier and Type Method Description default ListAccessLogSubscriptionsResponseVpcLatticeClient. listAccessLogSubscriptions(Consumer<ListAccessLogSubscriptionsRequest.Builder> listAccessLogSubscriptionsRequest)Lists all access log subscriptions for the specified service network or service.default ListAccessLogSubscriptionsResponseVpcLatticeClient. listAccessLogSubscriptions(ListAccessLogSubscriptionsRequest listAccessLogSubscriptionsRequest)Lists all access log subscriptions for the specified service network or service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type ListAccessLogSubscriptionsResponse Modifier and Type Method Description default CompletableFuture<ListAccessLogSubscriptionsResponse>VpcLatticeAsyncClient. listAccessLogSubscriptions(Consumer<ListAccessLogSubscriptionsRequest.Builder> listAccessLogSubscriptionsRequest)Lists all access log subscriptions for the specified service network or service.default CompletableFuture<ListAccessLogSubscriptionsResponse>VpcLatticeAsyncClient. listAccessLogSubscriptions(ListAccessLogSubscriptionsRequest listAccessLogSubscriptionsRequest)Lists all access log subscriptions for the specified service network or service. -
Uses of ListAccessLogSubscriptionsResponse in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type ListAccessLogSubscriptionsResponse Modifier and Type Method Description Iterator<ListAccessLogSubscriptionsResponse>ListAccessLogSubscriptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.vpclattice.paginators with type arguments of type ListAccessLogSubscriptionsResponse Modifier and Type Method Description voidListAccessLogSubscriptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessLogSubscriptionsResponse> subscriber)
-