| 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 | |
| software.amazon.awssdk.services.vpclattice.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesResponse |
VpcLatticeClient.listServices(ListServicesRequest 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.
|
default ListServicesIterable |
VpcLatticeClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesPublisher |
VpcLatticeAsyncClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
| Constructor and Description |
|---|
ListServicesIterable(VpcLatticeClient client,
ListServicesRequest firstRequest) |
ListServicesPublisher(VpcLatticeAsyncClient client,
ListServicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListServicesRequestMarshaller.marshall(ListServicesRequest listServicesRequest) |
Copyright © 2023. All rights reserved.