| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAccessLogSubscriptionsResponse |
VpcLatticeClient.listAccessLogSubscriptions(Consumer<ListAccessLogSubscriptionsRequest.Builder> listAccessLogSubscriptionsRequest)
Lists all access log subscriptions for the specified service network or service.
|
default ListAccessLogSubscriptionsResponse |
VpcLatticeClient.listAccessLogSubscriptions(ListAccessLogSubscriptionsRequest listAccessLogSubscriptionsRequest)
Lists all access log subscriptions for the specified service network or service.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessLogSubscriptionsResponse> |
ListAccessLogSubscriptionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessLogSubscriptionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessLogSubscriptionsResponse> subscriber) |
Copyright © 2023. All rights reserved.