Uses of Class
software.amazon.awssdk.services.vpclattice.model.TargetGroupConfig
-
Packages that use TargetGroupConfig Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of TargetGroupConfig in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return TargetGroupConfig Modifier and Type Method Description TargetGroupConfigCreateTargetGroupRequest. config()The target group configuration.TargetGroupConfigCreateTargetGroupResponse. config()The target group configuration.TargetGroupConfigGetTargetGroupResponse. config()The target group configuration.TargetGroupConfigUpdateTargetGroupResponse. config()The target group configuration.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type TargetGroupConfig Modifier and Type Method Description CreateTargetGroupRequest.BuilderCreateTargetGroupRequest.Builder. config(TargetGroupConfig config)The target group configuration.CreateTargetGroupResponse.BuilderCreateTargetGroupResponse.Builder. config(TargetGroupConfig config)The target group configuration.GetTargetGroupResponse.BuilderGetTargetGroupResponse.Builder. config(TargetGroupConfig config)The target group configuration.UpdateTargetGroupResponse.BuilderUpdateTargetGroupResponse.Builder. config(TargetGroupConfig config)The target group configuration.
-