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