Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListServicesRequest
-
Packages that use ListServicesRequest 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 -
-
Uses of ListServicesRequest in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice with parameters of type ListServicesRequest Modifier and Type Method Description default CompletableFuture<ListServicesResponse>VpcLatticeAsyncClient. listServices(ListServicesRequest listServicesRequest)Lists the services owned by the caller account or shared with the caller account.default ListServicesResponseVpcLatticeClient. listServices(ListServicesRequest listServicesRequest)Lists the services owned by the caller account or shared with the caller account.default ListServicesPublisherVpcLatticeAsyncClient. listServicesPaginator(ListServicesRequest listServicesRequest)This is a variant ofVpcLatticeAsyncClient.listServices(software.amazon.awssdk.services.vpclattice.model.ListServicesRequest)operation.default ListServicesIterableVpcLatticeClient. listServicesPaginator(ListServicesRequest listServicesRequest)This is a variant ofVpcLatticeClient.listServices(software.amazon.awssdk.services.vpclattice.model.ListServicesRequest)operation. -
Uses of ListServicesRequest in software.amazon.awssdk.services.vpclattice.paginators
Constructors in software.amazon.awssdk.services.vpclattice.paginators with parameters of type ListServicesRequest Constructor Description ListServicesIterable(VpcLatticeClient client, ListServicesRequest firstRequest)ListServicesPublisher(VpcLatticeAsyncClient client, ListServicesRequest firstRequest) -
Uses of ListServicesRequest in software.amazon.awssdk.services.vpclattice.transform
Methods in software.amazon.awssdk.services.vpclattice.transform with parameters of type ListServicesRequest Modifier and Type Method Description SdkHttpFullRequestListServicesRequestMarshaller. marshall(ListServicesRequest listServicesRequest)
-