Uses of Class
software.amazon.awssdk.services.vpclattice.model.UpdateServiceNetworkResponse
-
Packages that use UpdateServiceNetworkResponse 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 UpdateServiceNetworkResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return UpdateServiceNetworkResponse Modifier and Type Method Description default UpdateServiceNetworkResponseVpcLatticeClient. updateServiceNetwork(Consumer<UpdateServiceNetworkRequest.Builder> updateServiceNetworkRequest)Updates the specified service network.default UpdateServiceNetworkResponseVpcLatticeClient. updateServiceNetwork(UpdateServiceNetworkRequest updateServiceNetworkRequest)Updates the specified service network.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type UpdateServiceNetworkResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceNetworkResponse>VpcLatticeAsyncClient. updateServiceNetwork(Consumer<UpdateServiceNetworkRequest.Builder> updateServiceNetworkRequest)Updates the specified service network.default CompletableFuture<UpdateServiceNetworkResponse>VpcLatticeAsyncClient. updateServiceNetwork(UpdateServiceNetworkRequest updateServiceNetworkRequest)Updates the specified service network.
-