Packages

class ELBv2 extends Object

Annotations
@RawJSType() @native() @JSImport( "aws-sdk" , "ELBv2" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ELBv2
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ELBv2(config: AWSConfig)
  2. new ELBv2()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addListenerCertificates(params: AddListenerCertificatesInput): Request[AddListenerCertificatesOutput]
  5. def addTags(params: AddTagsInput): Request[AddTagsOutput]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def createListener(params: CreateListenerInput): Request[CreateListenerOutput]
  9. def createLoadBalancer(params: CreateLoadBalancerInput): Request[CreateLoadBalancerOutput]
  10. def createRule(params: CreateRuleInput): Request[CreateRuleOutput]
  11. def createTargetGroup(params: CreateTargetGroupInput): Request[CreateTargetGroupOutput]
  12. def deleteListener(params: DeleteListenerInput): Request[DeleteListenerOutput]
  13. def deleteLoadBalancer(params: DeleteLoadBalancerInput): Request[DeleteLoadBalancerOutput]
  14. def deleteRule(params: DeleteRuleInput): Request[DeleteRuleOutput]
  15. def deleteTargetGroup(params: DeleteTargetGroupInput): Request[DeleteTargetGroupOutput]
  16. def deregisterTargets(params: DeregisterTargetsInput): Request[DeregisterTargetsOutput]
  17. def describeAccountLimits(params: DescribeAccountLimitsInput): Request[DescribeAccountLimitsOutput]
  18. def describeListenerCertificates(params: DescribeListenerCertificatesInput): Request[DescribeListenerCertificatesOutput]
  19. def describeListeners(params: DescribeListenersInput): Request[DescribeListenersOutput]
  20. def describeLoadBalancerAttributes(params: DescribeLoadBalancerAttributesInput): Request[DescribeLoadBalancerAttributesOutput]
  21. def describeLoadBalancers(params: DescribeLoadBalancersInput): Request[DescribeLoadBalancersOutput]
  22. def describeRules(params: DescribeRulesInput): Request[DescribeRulesOutput]
  23. def describeSSLPolicies(params: DescribeSSLPoliciesInput): Request[DescribeSSLPoliciesOutput]
  24. def describeTags(params: DescribeTagsInput): Request[DescribeTagsOutput]
  25. def describeTargetGroupAttributes(params: DescribeTargetGroupAttributesInput): Request[DescribeTargetGroupAttributesOutput]
  26. def describeTargetGroups(params: DescribeTargetGroupsInput): Request[DescribeTargetGroupsOutput]
  27. def describeTargetHealth(params: DescribeTargetHealthInput): Request[DescribeTargetHealthOutput]
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  35. def modifyListener(params: ModifyListenerInput): Request[ModifyListenerOutput]
  36. def modifyLoadBalancerAttributes(params: ModifyLoadBalancerAttributesInput): Request[ModifyLoadBalancerAttributesOutput]
  37. def modifyRule(params: ModifyRuleInput): Request[ModifyRuleOutput]
  38. def modifyTargetGroup(params: ModifyTargetGroupInput): Request[ModifyTargetGroupOutput]
  39. def modifyTargetGroupAttributes(params: ModifyTargetGroupAttributesInput): Request[ModifyTargetGroupAttributesOutput]
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  44. def registerTargets(params: RegisterTargetsInput): Request[RegisterTargetsOutput]
  45. def removeListenerCertificates(params: RemoveListenerCertificatesInput): Request[RemoveListenerCertificatesOutput]
  46. def removeTags(params: RemoveTagsInput): Request[RemoveTagsOutput]
  47. def setIpAddressType(params: SetIpAddressTypeInput): Request[SetIpAddressTypeOutput]
  48. def setRulePriorities(params: SetRulePrioritiesInput): Request[SetRulePrioritiesOutput]
  49. def setSecurityGroups(params: SetSecurityGroupsInput): Request[SetSecurityGroupsOutput]
  50. def setSubnets(params: SetSubnetsInput): Request[SetSubnetsOutput]
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toLocaleString(): String
    Definition Classes
    Object
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def valueOf(): Any
    Definition Classes
    Object
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped