StepFunctionsClient

class StepFunctionsClient(clientConfiguration: ClientConfiguration, credentialsProvider: AWSCredentialsProvider) extends AWSStepFunctionsClient with StepFunctions
class AWSStepFunctionsClient
trait AWSStepFunctions
class AmazonWebServiceClient
class Object
trait Matchable
class Any

Value members

Inherited methods

def activities: Seq[Activity]
Inherited from
StepFunctions
def activity(name: String): Option[Activity]
Inherited from
StepFunctions
def at(region: Region): StepFunctions
Inherited from
StepFunctions
def createActivity(name: String): Activity
Inherited from
StepFunctions
def createActivity(`x$0`: CreateActivityRequest): CreateActivityResult
Inherited from
AWSStepFunctionsClient
def createStateMachine(name: String, definition: String, roleArn: String): StateMachine
Inherited from
StepFunctions
def createStateMachine(`x$0`: CreateStateMachineRequest): CreateStateMachineResult
Inherited from
AWSStepFunctionsClient
def deleteActivity(`x$0`: DeleteActivityRequest): DeleteActivityResult
Inherited from
AWSStepFunctionsClient
def deleteStateMachine(`x$0`: DeleteStateMachineRequest): DeleteStateMachineResult
Inherited from
AWSStepFunctionsClient
def describeActivity(`x$0`: DescribeActivityRequest): DescribeActivityResult
Inherited from
AWSStepFunctionsClient
def describeExecution(`x$0`: DescribeExecutionRequest): DescribeExecutionResult
Inherited from
AWSStepFunctionsClient
def describeStateMachine(`x$0`: DescribeStateMachineRequest): DescribeStateMachineResult
Inherited from
AWSStepFunctionsClient
def describeStateMachineForExecution(`x$0`: DescribeStateMachineForExecutionRequest): DescribeStateMachineForExecutionResult
Inherited from
AWSStepFunctionsClient
def getActivityTask(`x$0`: GetActivityTaskRequest): GetActivityTaskResult
Inherited from
AWSStepFunctionsClient
def getCachedResponseMetadata(`x$0`: AmazonWebServiceRequest): ResponseMetadata
Inherited from
AWSStepFunctionsClient
def getClientConfiguration(): ClientConfiguration
Inherited from
AmazonWebServiceClient
def getEndpointPrefix(): String
Inherited from
AmazonWebServiceClient
def getExecutionHistory(`x$0`: GetExecutionHistoryRequest): GetExecutionHistoryResult
Inherited from
AWSStepFunctionsClient
def getMonitoringListeners(): Collection[MonitoringListener]
Inherited from
AmazonWebServiceClient
def getRequestMetricsCollector(): RequestMetricCollector
Inherited from
AmazonWebServiceClient
def getServiceName(): String
Inherited from
AmazonWebServiceClient
def getSignerByURI(`x$0`: URI): Signer
Inherited from
AmazonWebServiceClient
def getSignerOverride(): String
Inherited from
AmazonWebServiceClient
final def getSignerRegionOverride(): String
Inherited from
AmazonWebServiceClient
def getTimeOffset(): Int
Inherited from
AmazonWebServiceClient
def listActivities(`x$0`: ListActivitiesRequest): ListActivitiesResult
Inherited from
AWSStepFunctionsClient
def listExecutions(`x$0`: ListExecutionsRequest): ListExecutionsResult
Inherited from
AWSStepFunctionsClient
def listStateMachines(`x$0`: ListStateMachinesRequest): ListStateMachinesResult
Inherited from
AWSStepFunctionsClient
def listTagsForResource(`x$0`: ListTagsForResourceRequest): ListTagsForResourceResult
Inherited from
AWSStepFunctionsClient
def runActivity(name: String, workerName: String)(fn: String => String)(ec: ExecutionContext): Future[Option[String]]
Inherited from
StepFunctions
def sendTaskFailure(`x$0`: SendTaskFailureRequest): SendTaskFailureResult
Inherited from
AWSStepFunctionsClient
def sendTaskHeartbeat(`x$0`: SendTaskHeartbeatRequest): SendTaskHeartbeatResult
Inherited from
AWSStepFunctionsClient
def sendTaskSuccess(`x$0`: SendTaskSuccessRequest): SendTaskSuccessResult
Inherited from
AWSStepFunctionsClient
final def setServiceNameIntern(`x$0`: String): Unit
Inherited from
AmazonWebServiceClient
final def setSignerRegionOverride(`x$0`: String): Unit
Inherited from
AmazonWebServiceClient
def setTimeOffset(`x$0`: Int): Unit
Inherited from
AmazonWebServiceClient
def shutdown(): Unit
Inherited from
AWSStepFunctionsClient
def startExecution(`x$0`: StartExecutionRequest): StartExecutionResult
Inherited from
AWSStepFunctionsClient
def startSyncExecution(`x$0`: StartSyncExecutionRequest): StartSyncExecutionResult
Inherited from
AWSStepFunctionsClient
def stateMachine(name: String): Option[StateMachine]
Inherited from
StepFunctions
Inherited from
StepFunctions
def stopExecution(`x$0`: StopExecutionRequest): StopExecutionResult
Inherited from
AWSStepFunctionsClient
def tagResource(`x$0`: TagResourceRequest): TagResourceResult
Inherited from
AWSStepFunctionsClient
def untagResource(`x$0`: UntagResourceRequest): UntagResourceResult
Inherited from
AWSStepFunctionsClient
def updateStateMachine(`x$0`: UpdateStateMachineRequest): UpdateStateMachineResult
Inherited from
AWSStepFunctionsClient
def withTimeOffset(`x$0`: Int): AmazonWebServiceClient
Inherited from
AmazonWebServiceClient

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def addRequestHandler(`x$0`: RequestHandler2): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def addRequestHandler(`x$0`: RequestHandler): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final def configureRegion(`x$0`: Regions): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @SdkInternalApi @deprecated("see corresponding Javadoc for more information.", "")
final def makeImmutable(): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def removeRequestHandler(`x$0`: RequestHandler2): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def removeRequestHandler(`x$0`: RequestHandler): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.lang.IllegalArgumentException)
def setEndpoint(`x$0`: String): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def setEndpoint(`x$0`: String, `x$1`: String, `x$2`: String): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.lang.IllegalArgumentException)
def setRegion(`x$0`: Region): Unit
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withEndpoint[T <: AmazonWebServiceClient](`x$0`: String): T
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withRegion[T <: AmazonWebServiceClient](`x$0`: Regions): T
Deprecated
Inherited from
AmazonWebServiceClient
@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def withRegion[T <: AmazonWebServiceClient](`x$0`: Region): T
Deprecated
Inherited from
AmazonWebServiceClient