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 additionalInfoValue: Option[XmlString]
- abstract def amiVersionValue: Option[XmlStringMaxLen256]
- abstract def applicationsValue: Option[List[Application.ReadOnly]]
- abstract def autoScalingRoleValue: Option[XmlString]
- abstract def bootstrapActionsValue: Option[List[BootstrapActionConfig.ReadOnly]]
- abstract def configurationsValue: Option[List[Configuration.ReadOnly]]
- abstract def customAmiIdValue: Option[XmlStringMaxLen256]
- abstract def ebsRootVolumeSizeValue: Option[Integer]
- abstract def instancesValue: JobFlowInstancesConfig.ReadOnly
- abstract def jobFlowRoleValue: Option[XmlString]
- abstract def kerberosAttributesValue: Option[KerberosAttributes.ReadOnly]
- abstract def logEncryptionKmsKeyIdValue: Option[XmlString]
- abstract def logUriValue: Option[XmlString]
- abstract def managedScalingPolicyValue: Option[ManagedScalingPolicy.ReadOnly]
- abstract def nameValue: XmlStringMaxLen256
- abstract def newSupportedProductsValue: Option[List[SupportedProductConfig.ReadOnly]]
- abstract def placementGroupConfigsValue: Option[List[PlacementGroupConfig.ReadOnly]]
- abstract def releaseLabelValue: Option[XmlStringMaxLen256]
- abstract def repoUpgradeOnBootValue: Option[RepoUpgradeOnBoot]
- abstract def scaleDownBehaviorValue: Option[ScaleDownBehavior]
- abstract def securityConfigurationValue: Option[XmlString]
- abstract def serviceRoleValue: Option[XmlString]
- abstract def stepConcurrencyLevelValue: Option[Integer]
- abstract def stepsValue: Option[List[StepConfig.ReadOnly]]
- abstract def supportedProductsValue: Option[List[XmlStringMaxLen256]]
- abstract def tagsValue: Option[List[Tag.ReadOnly]]
- abstract def visibleToAllUsersValue: Option[Boolean]
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
- def additionalInfo: ZIO[Any, AwsError, XmlString]
- def amiVersion: ZIO[Any, AwsError, XmlStringMaxLen256]
- def applications: ZIO[Any, AwsError, List[Application.ReadOnly]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoScalingRole: ZIO[Any, AwsError, XmlString]
- def bootstrapActions: ZIO[Any, AwsError, List[BootstrapActionConfig.ReadOnly]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def configurations: ZIO[Any, AwsError, List[Configuration.ReadOnly]]
- def customAmiId: ZIO[Any, AwsError, XmlStringMaxLen256]
- def ebsRootVolumeSize: ZIO[Any, AwsError, Integer]
- def editable: RunJobFlowRequest
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def instances: ZIO[Any, Nothing, JobFlowInstancesConfig.ReadOnly]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jobFlowRole: ZIO[Any, AwsError, XmlString]
- def kerberosAttributes: ZIO[Any, AwsError, KerberosAttributes.ReadOnly]
- def logEncryptionKmsKeyId: ZIO[Any, AwsError, XmlString]
- def logUri: ZIO[Any, AwsError, XmlString]
- def managedScalingPolicy: ZIO[Any, AwsError, ManagedScalingPolicy.ReadOnly]
- def name: ZIO[Any, Nothing, XmlStringMaxLen256]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSupportedProducts: ZIO[Any, AwsError, List[SupportedProductConfig.ReadOnly]]
-
final
def
notify(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def placementGroupConfigs: ZIO[Any, AwsError, List[PlacementGroupConfig.ReadOnly]]
- def releaseLabel: ZIO[Any, AwsError, XmlStringMaxLen256]
- def repoUpgradeOnBoot: ZIO[Any, AwsError, RepoUpgradeOnBoot]
- def scaleDownBehavior: ZIO[Any, AwsError, ScaleDownBehavior]
- def securityConfiguration: ZIO[Any, AwsError, XmlString]
- def serviceRole: ZIO[Any, AwsError, XmlString]
- def stepConcurrencyLevel: ZIO[Any, AwsError, Integer]
- def steps: ZIO[Any, AwsError, List[StepConfig.ReadOnly]]
- def supportedProducts: ZIO[Any, AwsError, List[XmlStringMaxLen256]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: ZIO[Any, AwsError, List[Tag.ReadOnly]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def visibleToAllUsers: ZIO[Any, AwsError, Boolean]
-
final
def
wait(arg0: Long, arg1: Int): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): scala.Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): scala.Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated