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 additionalInfoValue: Option[XmlString]
  2. abstract def amiVersionValue: Option[XmlStringMaxLen256]
  3. abstract def applicationsValue: Option[List[Application.ReadOnly]]
  4. abstract def autoScalingRoleValue: Option[XmlString]
  5. abstract def bootstrapActionsValue: Option[List[BootstrapActionConfig.ReadOnly]]
  6. abstract def configurationsValue: Option[List[Configuration.ReadOnly]]
  7. abstract def customAmiIdValue: Option[XmlStringMaxLen256]
  8. abstract def ebsRootVolumeSizeValue: Option[Integer]
  9. abstract def instancesValue: JobFlowInstancesConfig.ReadOnly
  10. abstract def jobFlowRoleValue: Option[XmlString]
  11. abstract def kerberosAttributesValue: Option[KerberosAttributes.ReadOnly]
  12. abstract def logEncryptionKmsKeyIdValue: Option[XmlString]
  13. abstract def logUriValue: Option[XmlString]
  14. abstract def managedScalingPolicyValue: Option[ManagedScalingPolicy.ReadOnly]
  15. abstract def nameValue: XmlStringMaxLen256
  16. abstract def newSupportedProductsValue: Option[List[SupportedProductConfig.ReadOnly]]
  17. abstract def placementGroupConfigsValue: Option[List[PlacementGroupConfig.ReadOnly]]
  18. abstract def releaseLabelValue: Option[XmlStringMaxLen256]
  19. abstract def repoUpgradeOnBootValue: Option[RepoUpgradeOnBoot]
  20. abstract def scaleDownBehaviorValue: Option[ScaleDownBehavior]
  21. abstract def securityConfigurationValue: Option[XmlString]
  22. abstract def serviceRoleValue: Option[XmlString]
  23. abstract def stepConcurrencyLevelValue: Option[Integer]
  24. abstract def stepsValue: Option[List[StepConfig.ReadOnly]]
  25. abstract def supportedProductsValue: Option[List[XmlStringMaxLen256]]
  26. abstract def tagsValue: Option[List[Tag.ReadOnly]]
  27. 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 additionalInfo: ZIO[Any, AwsError, XmlString]
  5. def amiVersion: ZIO[Any, AwsError, XmlStringMaxLen256]
  6. def applications: ZIO[Any, AwsError, List[Application.ReadOnly]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def autoScalingRole: ZIO[Any, AwsError, XmlString]
  9. def bootstrapActions: ZIO[Any, AwsError, List[BootstrapActionConfig.ReadOnly]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def configurations: ZIO[Any, AwsError, List[Configuration.ReadOnly]]
  12. def customAmiId: ZIO[Any, AwsError, XmlStringMaxLen256]
  13. def ebsRootVolumeSize: ZIO[Any, AwsError, Integer]
  14. def editable: RunJobFlowRequest
  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 instances: ZIO[Any, Nothing, JobFlowInstancesConfig.ReadOnly]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def jobFlowRole: ZIO[Any, AwsError, XmlString]
  22. def kerberosAttributes: ZIO[Any, AwsError, KerberosAttributes.ReadOnly]
  23. def logEncryptionKmsKeyId: ZIO[Any, AwsError, XmlString]
  24. def logUri: ZIO[Any, AwsError, XmlString]
  25. def managedScalingPolicy: ZIO[Any, AwsError, ManagedScalingPolicy.ReadOnly]
  26. def name: ZIO[Any, Nothing, XmlStringMaxLen256]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def newSupportedProducts: ZIO[Any, AwsError, List[SupportedProductConfig.ReadOnly]]
  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 placementGroupConfigs: ZIO[Any, AwsError, List[PlacementGroupConfig.ReadOnly]]
  32. def releaseLabel: ZIO[Any, AwsError, XmlStringMaxLen256]
  33. def repoUpgradeOnBoot: ZIO[Any, AwsError, RepoUpgradeOnBoot]
  34. def scaleDownBehavior: ZIO[Any, AwsError, ScaleDownBehavior]
  35. def securityConfiguration: ZIO[Any, AwsError, XmlString]
  36. def serviceRole: ZIO[Any, AwsError, XmlString]
  37. def stepConcurrencyLevel: ZIO[Any, AwsError, Integer]
  38. def steps: ZIO[Any, AwsError, List[StepConfig.ReadOnly]]
  39. def supportedProducts: ZIO[Any, AwsError, List[XmlStringMaxLen256]]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def tags: ZIO[Any, AwsError, List[Tag.ReadOnly]]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def visibleToAllUsers: ZIO[Any, AwsError, Boolean]
  44. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. 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