Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.TargetType
Packages that use TargetType
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of TargetType in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return TargetTypeModifier and TypeMethodDescriptionfinal TargetType
ApplicationTargetGroupProps.Jsii$Proxy.getTargetType()
default TargetType
BaseTargetGroupProps.getTargetType()
The type of targets registered to this TargetGroup, either IP or Instance.final TargetType
BaseTargetGroupProps.Jsii$Proxy.getTargetType()
LoadBalancerTargetProps.getTargetType()
What kind of target this is.final TargetType
LoadBalancerTargetProps.Jsii$Proxy.getTargetType()
final TargetType
NetworkTargetGroupProps.Jsii$Proxy.getTargetType()
protected TargetType
TargetGroupBase.getTargetType()
The types of the directly registered members of this target group.static TargetType
Returns the enum constant of this type with the specified name.static TargetType[]
TargetType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type TargetTypeModifier and TypeMethodDescriptionprotected void
TargetGroupBase.setTargetType
(TargetType value) The types of the directly registered members of this target group.ApplicationTargetGroup.Builder.targetType
(TargetType targetType) The type of targets registered to this TargetGroup, either IP or Instance.ApplicationTargetGroupProps.Builder.targetType
(TargetType targetType) Sets the value ofBaseTargetGroupProps.getTargetType()
BaseTargetGroupProps.Builder.targetType
(TargetType targetType) Sets the value ofBaseTargetGroupProps.getTargetType()
LoadBalancerTargetProps.Builder.targetType
(TargetType targetType) Sets the value ofLoadBalancerTargetProps.getTargetType()
NetworkTargetGroup.Builder.targetType
(TargetType targetType) The type of targets registered to this TargetGroup, either IP or Instance.NetworkTargetGroupProps.Builder.targetType
(TargetType targetType) Sets the value ofBaseTargetGroupProps.getTargetType()