Packages

trait ReadOnly extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadOnly
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def availabilityZonesValue: Option[List[AvailabilityZone]]
  2. abstract def backendServerDescriptionsValue: Option[List[BackendServerDescription.ReadOnly]]
  3. abstract def canonicalHostedZoneNameIDValue: Option[DNSName]
  4. abstract def canonicalHostedZoneNameValue: Option[DNSName]
  5. abstract def createdTimeValue: Option[CreatedTime]
  6. abstract def dnsNameValue: Option[DNSName]
  7. abstract def healthCheckValue: Option[HealthCheck.ReadOnly]
  8. abstract def instancesValue: Option[List[Instance.ReadOnly]]
  9. abstract def listenerDescriptionsValue: Option[List[ListenerDescription.ReadOnly]]
  10. abstract def loadBalancerNameValue: Option[AccessPointName]
  11. abstract def policiesValue: Option[Policies.ReadOnly]
  12. abstract def schemeValue: Option[LoadBalancerScheme]
  13. abstract def securityGroupsValue: Option[List[SecurityGroupId]]
  14. abstract def sourceSecurityGroupValue: Option[SourceSecurityGroup.ReadOnly]
  15. abstract def subnetsValue: Option[List[SubnetId]]
  16. abstract def vpcIdValue: Option[VPCId]

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def availabilityZones: ZIO[Any, AwsError, List[AvailabilityZone]]
  6. def backendServerDescriptions: ZIO[Any, AwsError, List[BackendServerDescription.ReadOnly]]
  7. def canonicalHostedZoneName: ZIO[Any, AwsError, DNSName]
  8. def canonicalHostedZoneNameID: ZIO[Any, AwsError, DNSName]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def createdTime: ZIO[Any, AwsError, CreatedTime]
  11. def dnsName: ZIO[Any, AwsError, DNSName]
  12. def editable: LoadBalancerDescription
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def healthCheck: ZIO[Any, AwsError, HealthCheck.ReadOnly]
  19. def instances: ZIO[Any, AwsError, List[Instance.ReadOnly]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def listenerDescriptions: ZIO[Any, AwsError, List[ListenerDescription.ReadOnly]]
  22. def loadBalancerName: ZIO[Any, AwsError, AccessPointName]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def policies: ZIO[Any, AwsError, Policies.ReadOnly]
  27. def scheme: ZIO[Any, AwsError, LoadBalancerScheme]
  28. def securityGroups: ZIO[Any, AwsError, List[SecurityGroupId]]
  29. def sourceSecurityGroup: ZIO[Any, AwsError, SourceSecurityGroup.ReadOnly]
  30. def subnets: ZIO[Any, AwsError, List[SubnetId]]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def vpcId: ZIO[Any, AwsError, VPCId]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped