| 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 ListServicesResponse |
VpcLatticeClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesResponse |
VpcLatticeClient.listServices(ListServicesRequest listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServicesResponse> |
VpcLatticeAsyncClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default CompletableFuture<ListServicesResponse> |
VpcLatticeAsyncClient.listServices(ListServicesRequest listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServicesResponse> |
ListServicesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber) |
Copyright © 2023. All rights reserved.