Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListServicesResponse
-
Packages that use ListServicesResponse 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 -
-
Uses of ListServicesResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return ListServicesResponse Modifier and Type Method Description default ListServicesResponseVpcLatticeClient. listServices(Consumer<ListServicesRequest.Builder> 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.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type ListServicesResponse Modifier and Type Method 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. -
Uses of ListServicesResponse in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type ListServicesResponse Modifier and Type Method Description Iterator<ListServicesResponse>ListServicesIterable. iterator()Method parameters in software.amazon.awssdk.services.vpclattice.paginators with type arguments of type ListServicesResponse Modifier and Type Method Description voidListServicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber)
-