Uses of Class
software.amazon.awssdk.services.vpclattice.model.UpdateRuleResponse
-
Packages that use UpdateRuleResponse 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 UpdateRuleResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return UpdateRuleResponse Modifier and Type Method Description default UpdateRuleResponseVpcLatticeClient. updateRule(Consumer<UpdateRuleRequest.Builder> updateRuleRequest)Updates a rule for the listener.default UpdateRuleResponseVpcLatticeClient. updateRule(UpdateRuleRequest updateRuleRequest)Updates a rule for the listener.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type UpdateRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateRuleResponse>VpcLatticeAsyncClient. updateRule(Consumer<UpdateRuleRequest.Builder> updateRuleRequest)Updates a rule for the listener.default CompletableFuture<UpdateRuleResponse>VpcLatticeAsyncClient. updateRule(UpdateRuleRequest updateRuleRequest)Updates a rule for the listener.
-