Uses of Class
software.amazon.awssdk.services.vpclattice.model.UpdateTargetGroupResponse
-
Packages that use UpdateTargetGroupResponse 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 UpdateTargetGroupResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return UpdateTargetGroupResponse Modifier and Type Method Description default UpdateTargetGroupResponseVpcLatticeClient. updateTargetGroup(Consumer<UpdateTargetGroupRequest.Builder> updateTargetGroupRequest)Updates the specified target group.default UpdateTargetGroupResponseVpcLatticeClient. updateTargetGroup(UpdateTargetGroupRequest updateTargetGroupRequest)Updates the specified target group.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type UpdateTargetGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateTargetGroupResponse>VpcLatticeAsyncClient. updateTargetGroup(Consumer<UpdateTargetGroupRequest.Builder> updateTargetGroupRequest)Updates the specified target group.default CompletableFuture<UpdateTargetGroupResponse>VpcLatticeAsyncClient. updateTargetGroup(UpdateTargetGroupRequest updateTargetGroupRequest)Updates the specified target group.
-