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 applicationsValue: Option[List[Application.ReadOnly]]
  2. abstract def autoScalingRoleValue: Option[XmlString]
  3. abstract def autoTerminateValue: Option[Boolean]
  4. abstract def clusterArnValue: Option[ArnType]
  5. abstract def configurationsValue: Option[List[Configuration.ReadOnly]]
  6. abstract def customAmiIdValue: Option[XmlStringMaxLen256]
  7. abstract def ebsRootVolumeSizeValue: Option[Integer]
  8. abstract def ec2InstanceAttributesValue: Option[Ec2InstanceAttributes.ReadOnly]
  9. abstract def idValue: Option[ClusterId]
  10. abstract def instanceCollectionTypeValue: Option[InstanceCollectionType]
  11. abstract def kerberosAttributesValue: Option[KerberosAttributes.ReadOnly]
  12. abstract def logEncryptionKmsKeyIdValue: Option[String]
  13. abstract def logUriValue: Option[String]
  14. abstract def masterPublicDnsNameValue: Option[String]
  15. abstract def nameValue: Option[String]
  16. abstract def normalizedInstanceHoursValue: Option[Integer]
  17. abstract def outpostArnValue: Option[OptionalArnType]
  18. abstract def placementGroupsValue: Option[List[PlacementGroupConfig.ReadOnly]]
  19. abstract def releaseLabelValue: Option[String]
  20. abstract def repoUpgradeOnBootValue: Option[RepoUpgradeOnBoot]
  21. abstract def requestedAmiVersionValue: Option[String]
  22. abstract def runningAmiVersionValue: Option[String]
  23. abstract def scaleDownBehaviorValue: Option[ScaleDownBehavior]
  24. abstract def securityConfigurationValue: Option[XmlString]
  25. abstract def serviceRoleValue: Option[String]
  26. abstract def statusValue: Option[ClusterStatus.ReadOnly]
  27. abstract def stepConcurrencyLevelValue: Option[Integer]
  28. abstract def tagsValue: Option[List[Tag.ReadOnly]]
  29. abstract def terminationProtectedValue: Option[Boolean]
  30. abstract def visibleToAllUsersValue: Option[Boolean]

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. def applications: ZIO[Any, AwsError, List[Application.ReadOnly]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def autoScalingRole: ZIO[Any, AwsError, XmlString]
  7. def autoTerminate: ZIO[Any, AwsError, Boolean]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def clusterArn: ZIO[Any, AwsError, ArnType]
  10. def configurations: ZIO[Any, AwsError, List[Configuration.ReadOnly]]
  11. def customAmiId: ZIO[Any, AwsError, XmlStringMaxLen256]
  12. def ebsRootVolumeSize: ZIO[Any, AwsError, Integer]
  13. def ec2InstanceAttributes: ZIO[Any, AwsError, Ec2InstanceAttributes.ReadOnly]
  14. def editable: Cluster
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def id: ZIO[Any, AwsError, ClusterId]
  20. def instanceCollectionType: ZIO[Any, AwsError, InstanceCollectionType]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def kerberosAttributes: ZIO[Any, AwsError, KerberosAttributes.ReadOnly]
  23. def logEncryptionKmsKeyId: ZIO[Any, AwsError, String]
  24. def logUri: ZIO[Any, AwsError, String]
  25. def masterPublicDnsName: ZIO[Any, AwsError, String]
  26. def name: ZIO[Any, AwsError, String]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def normalizedInstanceHours: ZIO[Any, AwsError, Integer]
  29. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def outpostArn: ZIO[Any, AwsError, OptionalArnType]
  32. def placementGroups: ZIO[Any, AwsError, List[PlacementGroupConfig.ReadOnly]]
  33. def releaseLabel: ZIO[Any, AwsError, String]
  34. def repoUpgradeOnBoot: ZIO[Any, AwsError, RepoUpgradeOnBoot]
  35. def requestedAmiVersion: ZIO[Any, AwsError, String]
  36. def runningAmiVersion: ZIO[Any, AwsError, String]
  37. def scaleDownBehavior: ZIO[Any, AwsError, ScaleDownBehavior]
  38. def securityConfiguration: ZIO[Any, AwsError, XmlString]
  39. def serviceRole: ZIO[Any, AwsError, String]
  40. def status: ZIO[Any, AwsError, ClusterStatus.ReadOnly]
  41. def stepConcurrencyLevel: ZIO[Any, AwsError, Integer]
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def tags: ZIO[Any, AwsError, List[Tag.ReadOnly]]
  44. def terminationProtected: ZIO[Any, AwsError, Boolean]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def visibleToAllUsers: ZIO[Any, AwsError, Boolean]
  47. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped