Uses of Class
software.amazon.awssdk.services.vpclattice.model.BatchUpdateRuleResponse
-
Packages that use BatchUpdateRuleResponse 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 BatchUpdateRuleResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return BatchUpdateRuleResponse Modifier and Type Method Description default BatchUpdateRuleResponseVpcLatticeClient. batchUpdateRule(Consumer<BatchUpdateRuleRequest.Builder> batchUpdateRuleRequest)Updates the listener rules in a batch.default BatchUpdateRuleResponseVpcLatticeClient. batchUpdateRule(BatchUpdateRuleRequest batchUpdateRuleRequest)Updates the listener rules in a batch.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type BatchUpdateRuleResponse Modifier and Type Method Description default CompletableFuture<BatchUpdateRuleResponse>VpcLatticeAsyncClient. batchUpdateRule(Consumer<BatchUpdateRuleRequest.Builder> batchUpdateRuleRequest)Updates the listener rules in a batch.default CompletableFuture<BatchUpdateRuleResponse>VpcLatticeAsyncClient. batchUpdateRule(BatchUpdateRuleRequest batchUpdateRuleRequest)Updates the listener rules in a batch.
-