Uses of Class
software.amazon.awssdk.services.vpclattice.model.DeleteListenerResponse
-
Packages that use DeleteListenerResponse 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 DeleteListenerResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return DeleteListenerResponse Modifier and Type Method Description default DeleteListenerResponseVpcLatticeClient. deleteListener(Consumer<DeleteListenerRequest.Builder> deleteListenerRequest)Deletes the specified listener.default DeleteListenerResponseVpcLatticeClient. deleteListener(DeleteListenerRequest deleteListenerRequest)Deletes the specified listener.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type DeleteListenerResponse Modifier and Type Method Description default CompletableFuture<DeleteListenerResponse>VpcLatticeAsyncClient. deleteListener(Consumer<DeleteListenerRequest.Builder> deleteListenerRequest)Deletes the specified listener.default CompletableFuture<DeleteListenerResponse>VpcLatticeAsyncClient. deleteListener(DeleteListenerRequest deleteListenerRequest)Deletes the specified listener.
-