Class

awscala.stepfunctions

StepFunctionsClient

Related Doc: package stepfunctions

Permalink

class StepFunctionsClient extends AWSStepFunctionsClient with StepFunctions

Linear Supertypes
StepFunctions, AWSStepFunctionsClient, AWSStepFunctions, AmazonWebServiceClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StepFunctionsClient
  2. StepFunctions
  3. AWSStepFunctionsClient
  4. AWSStepFunctions
  5. AmazonWebServiceClient
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StepFunctionsClient(clientConfiguration: ClientConfiguration, credentialsProvider: AWSCredentialsProvider = CredentialsLoader.load())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def activities: Seq[Activity]

    Permalink
    Definition Classes
    StepFunctions
  5. def activity(name: String): Option[Activity]

    Permalink
    Definition Classes
    StepFunctions
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def at(region: Region): StepFunctions

    Permalink
    Definition Classes
    StepFunctions
  8. final def beforeClientExecution[T <: AmazonWebServiceRequest](arg0: T): T

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  9. final def beforeMarshalling[T <: AmazonWebServiceRequest](arg0: T): T

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  10. def calculateCRC32FromCompressedData(): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  11. final def checkMutability(): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createActivity(name: String): Activity

    Permalink
    Definition Classes
    StepFunctions
  14. def createActivity(arg0: CreateActivityRequest): CreateActivityResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  15. final def createExecutionContext(arg0: Request[_]): ExecutionContext

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  16. def createExecutionContext(arg0: AmazonWebServiceRequest, arg1: SignerProvider): ExecutionContext

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  17. def createExecutionContext(arg0: AmazonWebServiceRequest): ExecutionContext

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  18. def createSignerProvider(arg0: Signer): SignerProvider

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  19. def createStateMachine(name: String, definition: String, roleArn: String): StateMachine

    Permalink
    Definition Classes
    StepFunctions
  20. def createStateMachine(arg0: CreateStateMachineRequest): CreateStateMachineResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  21. def deleteActivity(arg0: DeleteActivityRequest): DeleteActivityResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  22. def deleteStateMachine(arg0: DeleteStateMachineRequest): DeleteStateMachineResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  23. def describeActivity(arg0: DescribeActivityRequest): DescribeActivityResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  24. def describeExecution(arg0: DescribeExecutionRequest): DescribeExecutionResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  25. def describeStateMachine(arg0: DescribeStateMachineRequest): DescribeStateMachineResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  26. def describeStateMachineForExecution(arg0: DescribeStateMachineForExecutionRequest): DescribeStateMachineForExecutionResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  27. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_], arg2: Response[_], arg3: Boolean): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  28. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_], arg2: Response[_]): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def getActivityTask(arg0: GetActivityTaskRequest): GetActivityTaskResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  33. def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): ResponseMetadata

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def getClientConfiguration(): ClientConfiguration

    Permalink
    Definition Classes
    AmazonWebServiceClient
  36. def getClientId(): String

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  37. def getEndpointPrefix(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  38. def getExecutionHistory(arg0: GetExecutionHistoryRequest): GetExecutionHistoryResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  39. def getMonitoringListeners(): Collection[MonitoringListener]

    Permalink
    Definition Classes
    AmazonWebServiceClient
  40. def getRequestMetricsCollector(): RequestMetricCollector

    Permalink
    Definition Classes
    AmazonWebServiceClient
  41. def getServiceName(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  42. def getServiceNameIntern(): String

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  43. def getSignerByURI(arg0: URI): Signer

    Permalink
    Definition Classes
    AmazonWebServiceClient
  44. def getSignerOverride(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  45. def getSignerProvider(): SignerProvider

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  46. final def getSignerRegionOverride(): String

    Permalink
    Definition Classes
    AmazonWebServiceClient
  47. def getSigningRegion(): String

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  48. def getTimeOffset(): Int

    Permalink
    Definition Classes
    AmazonWebServiceClient
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def isCsmEnabled(): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  51. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  52. final def isRequestMetricsEnabled(arg0: AmazonWebServiceRequest): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  53. def listActivities(arg0: ListActivitiesRequest): ListActivitiesResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  54. def listExecutions(arg0: ListExecutionsRequest): ListExecutionsResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  55. def listStateMachines(arg0: ListStateMachinesRequest): ListStateMachinesResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  56. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  59. def requestMetricCollector(): RequestMetricCollector

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  60. def runActivity(name: String, workerName: String = null)(fn: (String) ⇒ String)(implicit ec: ExecutionContext): Future[Option[String]]

    Permalink
    Definition Classes
    StepFunctions
  61. def sendTaskFailure(arg0: SendTaskFailureRequest): SendTaskFailureResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  62. def sendTaskHeartbeat(arg0: SendTaskHeartbeatRequest): SendTaskHeartbeatResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  63. def sendTaskSuccess(arg0: SendTaskSuccessRequest): SendTaskSuccessResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  64. def setEndpointPrefix(arg0: String): Unit

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  65. final def setServiceNameIntern(arg0: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  66. final def setSignerRegionOverride(arg0: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  67. def setTimeOffset(arg0: Int): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  68. def shouldGenerateClientSideMonitoringEvents(): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  69. def shutdown(): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
  70. def startExecution(arg0: StartExecutionRequest): StartExecutionResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  71. def stateMachine(name: String): Option[StateMachine]

    Permalink
    Definition Classes
    StepFunctions
  72. def stateMachines: Seq[StateMachine]

    Permalink
    Definition Classes
    StepFunctions
  73. def stopExecution(arg0: StopExecutionRequest): StopExecutionResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  75. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  76. def updateStateMachine(arg0: UpdateStateMachineRequest): UpdateStateMachineResult

    Permalink
    Definition Classes
    AWSStepFunctionsClient → AWSStepFunctions
  77. def useStrictHostNameVerification(): Boolean

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  78. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def withTimeOffset(arg0: Int): AmazonWebServiceClient

    Permalink
    Definition Classes
    AmazonWebServiceClient

Deprecated Value Members

  1. def addRequestHandler(arg0: RequestHandler2): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def addRequestHandler(arg0: RequestHandler): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def configureRegion(arg0: Regions): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getServiceAbbreviation(): String

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getSigner(): Signer

    Permalink
    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def makeImmutable(): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def removeRequestHandler(arg0: RequestHandler2): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def removeRequestHandler(arg0: RequestHandler): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def setEndpoint(arg0: String, arg1: String, arg2: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def setEndpoint(arg0: String): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setRegion(arg0: com.amazonaws.regions.Region): Unit

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def withEndpoint[T <: AmazonWebServiceClient](arg0: String): T

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def withRegion[T <: AmazonWebServiceClient](arg0: Regions): T

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def withRegion[T <: AmazonWebServiceClient](arg0: com.amazonaws.regions.Region): T

    Permalink
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from StepFunctions

Inherited from AWSStepFunctionsClient

Inherited from AWSStepFunctions

Inherited from AmazonWebServiceClient

Inherited from AnyRef

Inherited from Any

Ungrouped