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