Uses of Class
software.amazon.awssdk.services.vpclattice.model.TargetGroupStatus
-
Packages that use TargetGroupStatus Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of TargetGroupStatus in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return TargetGroupStatus Modifier and Type Method Description static TargetGroupStatusTargetGroupStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetGroupStatusCreateTargetGroupResponse. status()The operation's status.TargetGroupStatusDeleteTargetGroupResponse. status()The status.TargetGroupStatusGetTargetGroupResponse. status()The status.TargetGroupStatusTargetGroupSummary. status()The status.TargetGroupStatusUpdateTargetGroupResponse. status()The status.static TargetGroupStatusTargetGroupStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetGroupStatus[]TargetGroupStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type TargetGroupStatus Modifier and Type Method Description static Set<TargetGroupStatus>TargetGroupStatus. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type TargetGroupStatus Modifier and Type Method Description CreateTargetGroupResponse.BuilderCreateTargetGroupResponse.Builder. status(TargetGroupStatus status)The operation's status.DeleteTargetGroupResponse.BuilderDeleteTargetGroupResponse.Builder. status(TargetGroupStatus status)The status.GetTargetGroupResponse.BuilderGetTargetGroupResponse.Builder. status(TargetGroupStatus status)The status.TargetGroupSummary.BuilderTargetGroupSummary.Builder. status(TargetGroupStatus status)The status.UpdateTargetGroupResponse.BuilderUpdateTargetGroupResponse.Builder. status(TargetGroupStatus status)The status.
-