Packages

class EMR extends Object

Annotations
@RawJSType() @native() @JSImport( "aws-sdk" , "EMR" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EMR
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EMR(config: AWSConfig)
  2. new EMR()

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 addInstanceFleet(params: AddInstanceFleetInput): Request[AddInstanceFleetOutput]
  5. def addInstanceGroups(params: AddInstanceGroupsInput): Request[AddInstanceGroupsOutput]
  6. def addJobFlowSteps(params: AddJobFlowStepsInput): Request[AddJobFlowStepsOutput]
  7. def addTags(params: AddTagsInput): Request[AddTagsOutput]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cancelSteps(params: CancelStepsInput): Request[CancelStepsOutput]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def createSecurityConfiguration(params: CreateSecurityConfigurationInput): Request[CreateSecurityConfigurationOutput]
  12. def deleteSecurityConfiguration(params: DeleteSecurityConfigurationInput): Request[DeleteSecurityConfigurationOutput]
  13. def describeCluster(params: DescribeClusterInput): Request[DescribeClusterOutput]
  14. def describeSecurityConfiguration(params: DescribeSecurityConfigurationInput): Request[DescribeSecurityConfigurationOutput]
  15. def describeStep(params: DescribeStepInput): Request[DescribeStepOutput]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  23. def listBootstrapActions(params: ListBootstrapActionsInput): Request[ListBootstrapActionsOutput]
  24. def listClusters(params: ListClustersInput): Request[ListClustersOutput]
  25. def listInstanceFleets(params: ListInstanceFleetsInput): Request[ListInstanceFleetsOutput]
  26. def listInstanceGroups(params: ListInstanceGroupsInput): Request[ListInstanceGroupsOutput]
  27. def listInstances(params: ListInstancesInput): Request[ListInstancesOutput]
  28. def listSecurityConfigurations(params: ListSecurityConfigurationsInput): Request[ListSecurityConfigurationsOutput]
  29. def listSteps(params: ListStepsInput): Request[ListStepsOutput]
  30. def modifyInstanceFleet(params: ModifyInstanceFleetInput): Request[Object]
  31. def modifyInstanceGroups(params: ModifyInstanceGroupsInput): Request[Object]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  36. def putAutoScalingPolicy(params: PutAutoScalingPolicyInput): Request[PutAutoScalingPolicyOutput]
  37. def removeAutoScalingPolicy(params: RemoveAutoScalingPolicyInput): Request[RemoveAutoScalingPolicyOutput]
  38. def removeTags(params: RemoveTagsInput): Request[RemoveTagsOutput]
  39. def runJobFlow(params: RunJobFlowInput): Request[RunJobFlowOutput]
  40. def setTerminationProtection(params: SetTerminationProtectionInput): Request[Object]
  41. def setVisibleToAllUsers(params: SetVisibleToAllUsersInput): Request[Object]
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def terminateJobFlows(params: TerminateJobFlowsInput): Request[Object]
  44. def toLocaleString(): String
    Definition Classes
    Object
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def valueOf(): Any
    Definition Classes
    Object
  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 describeJobFlows(params: DescribeJobFlowsInput): Request[DescribeJobFlowsOutput]
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Deprecated in AWS SDK

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped