Uses of Class
software.amazon.awssdk.services.vpclattice.model.UpdateListenerResponse
-
Packages that use UpdateListenerResponse 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). -
-
Uses of UpdateListenerResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return UpdateListenerResponse Modifier and Type Method Description default UpdateListenerResponseVpcLatticeClient. updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)Updates the specified listener for the specified service.default UpdateListenerResponseVpcLatticeClient. updateListener(UpdateListenerRequest updateListenerRequest)Updates the specified listener for the specified service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type UpdateListenerResponse Modifier and Type Method Description default CompletableFuture<UpdateListenerResponse>VpcLatticeAsyncClient. updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)Updates the specified listener for the specified service.default CompletableFuture<UpdateListenerResponse>VpcLatticeAsyncClient. updateListener(UpdateListenerRequest updateListenerRequest)Updates the specified listener for the specified service.
-