Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetListenerResponse
-
Packages that use GetListenerResponse 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 GetListenerResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetListenerResponse Modifier and Type Method Description default GetListenerResponseVpcLatticeClient. getListener(Consumer<GetListenerRequest.Builder> getListenerRequest)Retrieves information about the specified listener for the specified service.default GetListenerResponseVpcLatticeClient. getListener(GetListenerRequest getListenerRequest)Retrieves information about the specified listener for the specified service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetListenerResponse Modifier and Type Method Description default CompletableFuture<GetListenerResponse>VpcLatticeAsyncClient. getListener(Consumer<GetListenerRequest.Builder> getListenerRequest)Retrieves information about the specified listener for the specified service.default CompletableFuture<GetListenerResponse>VpcLatticeAsyncClient. getListener(GetListenerRequest getListenerRequest)Retrieves information about the specified listener for the specified service.
-