Uses of Class
software.amazon.awssdk.services.vpclattice.model.CreateListenerResponse
-
Packages that use CreateListenerResponse 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 CreateListenerResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return CreateListenerResponse Modifier and Type Method Description default CreateListenerResponseVpcLatticeClient. createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)Creates a listener for a service.default CreateListenerResponseVpcLatticeClient. createListener(CreateListenerRequest createListenerRequest)Creates a listener for a service.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type CreateListenerResponse Modifier and Type Method Description default CompletableFuture<CreateListenerResponse>VpcLatticeAsyncClient. createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)Creates a listener for a service.default CompletableFuture<CreateListenerResponse>VpcLatticeAsyncClient. createListener(CreateListenerRequest createListenerRequest)Creates a listener for a service.
-