| 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.model |
| 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 CompletableFuture<ListServicesResponse> |
VpcLatticeAsyncClient.listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesIterable |
VpcLatticeClient.listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
default ListServicesPublisher |
VpcLatticeAsyncClient.listServicesPaginator(Consumer<ListServicesRequest.Builder> listServicesRequest)
Lists the services owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListServicesRequest.Builder |
ListServicesRequest.builder() |
ListServicesRequest.Builder |
ListServicesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.nextToken(String nextToken)
A pagination token for the next page of results.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServicesRequest.Builder |
ListServicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServicesRequest.Builder |
ListServicesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListServicesRequest.Builder> |
ListServicesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.