trait ReadOnly extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadOnly
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def availabilityZonesValue: Option[List[AvailabilityZone]]
- abstract def backendServerDescriptionsValue: Option[List[BackendServerDescription.ReadOnly]]
- abstract def canonicalHostedZoneNameIDValue: Option[DNSName]
- abstract def canonicalHostedZoneNameValue: Option[DNSName]
- abstract def createdTimeValue: Option[CreatedTime]
- abstract def dnsNameValue: Option[DNSName]
- abstract def healthCheckValue: Option[HealthCheck.ReadOnly]
- abstract def instancesValue: Option[List[Instance.ReadOnly]]
- abstract def listenerDescriptionsValue: Option[List[ListenerDescription.ReadOnly]]
- abstract def loadBalancerNameValue: Option[AccessPointName]
- abstract def policiesValue: Option[Policies.ReadOnly]
- abstract def schemeValue: Option[LoadBalancerScheme]
- abstract def securityGroupsValue: Option[List[SecurityGroupId]]
- abstract def sourceSecurityGroupValue: Option[SourceSecurityGroup.ReadOnly]
- abstract def subnetsValue: Option[List[SubnetId]]
- abstract def vpcIdValue: Option[VPCId]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def availabilityZones: ZIO[Any, AwsError, List[AvailabilityZone]]
- def backendServerDescriptions: ZIO[Any, AwsError, List[BackendServerDescription.ReadOnly]]
- def canonicalHostedZoneName: ZIO[Any, AwsError, DNSName]
- def canonicalHostedZoneNameID: ZIO[Any, AwsError, DNSName]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createdTime: ZIO[Any, AwsError, CreatedTime]
- def dnsName: ZIO[Any, AwsError, DNSName]
- def editable: LoadBalancerDescription
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def healthCheck: ZIO[Any, AwsError, HealthCheck.ReadOnly]
- def instances: ZIO[Any, AwsError, List[Instance.ReadOnly]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listenerDescriptions: ZIO[Any, AwsError, List[ListenerDescription.ReadOnly]]
- def loadBalancerName: ZIO[Any, AwsError, AccessPointName]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def policies: ZIO[Any, AwsError, Policies.ReadOnly]
- def scheme: ZIO[Any, AwsError, LoadBalancerScheme]
- def securityGroups: ZIO[Any, AwsError, List[SecurityGroupId]]
- def sourceSecurityGroup: ZIO[Any, AwsError, SourceSecurityGroup.ReadOnly]
- def subnets: ZIO[Any, AwsError, List[SubnetId]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def vpcId: ZIO[Any, AwsError, VPCId]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()