Uses of Interface
software.amazon.awssdk.services.rds.model.TargetHealth.Builder
-
Packages that use TargetHealth.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of TargetHealth.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TargetHealth.Builder Modifier and Type Method Description static TargetHealth.BuilderTargetHealth. builder()TargetHealth.BuilderTargetHealth.Builder. description(String description)A description of the health of the RDS Proxy target.TargetHealth.BuilderTargetHealth.Builder. reason(String reason)The reason for the current healthStateof the RDS Proxy target.TargetHealth.BuilderTargetHealth.Builder. reason(TargetHealthReason reason)The reason for the current healthStateof the RDS Proxy target.TargetHealth.BuilderTargetHealth.Builder. state(String state)The current state of the connection health lifecycle for the RDS Proxy target.TargetHealth.BuilderTargetHealth.Builder. state(TargetState state)The current state of the connection health lifecycle for the RDS Proxy target.TargetHealth.BuilderTargetHealth. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type TargetHealth.Builder Modifier and Type Method Description static Class<? extends TargetHealth.Builder>TargetHealth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type TargetHealth.Builder Modifier and Type Method Description default DBProxyTarget.BuilderDBProxyTarget.Builder. targetHealth(Consumer<TargetHealth.Builder> targetHealth)Information about the connection health of the RDS Proxy target.
-