Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
UpdateStateMachineResult |
AWSStepFunctionsClient.updateStateMachine(UpdateStateMachineRequest request)
Updates an existing state machine by modifying its
definition , roleArn , or
loggingConfiguration . |
UpdateStateMachineResult |
AWSStepFunctions.updateStateMachine(UpdateStateMachineRequest updateStateMachineRequest)
Updates an existing state machine by modifying its
definition , roleArn , or
loggingConfiguration . |
UpdateStateMachineResult |
AbstractAWSStepFunctions.updateStateMachine(UpdateStateMachineRequest request) |
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsyncClient.updateStateMachineAsync(UpdateStateMachineRequest request) |
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest updateStateMachineRequest)
Updates an existing state machine by modifying its
definition , roleArn , or
loggingConfiguration . |
Future<UpdateStateMachineResult> |
AbstractAWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest request) |
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsyncClient.updateStateMachineAsync(UpdateStateMachineRequest request,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler) |
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest updateStateMachineRequest,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler)
Updates an existing state machine by modifying its
definition , roleArn , or
loggingConfiguration . |
Future<UpdateStateMachineResult> |
AbstractAWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest request,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsyncClient.updateStateMachineAsync(UpdateStateMachineRequest request,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler) |
Future<UpdateStateMachineResult> |
AWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest updateStateMachineRequest,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler)
Updates an existing state machine by modifying its
definition , roleArn , or
loggingConfiguration . |
Future<UpdateStateMachineResult> |
AbstractAWSStepFunctionsAsync.updateStateMachineAsync(UpdateStateMachineRequest request,
AsyncHandler<UpdateStateMachineRequest,UpdateStateMachineResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateStateMachineRequest |
UpdateStateMachineRequest.clone() |
UpdateStateMachineRequest |
UpdateStateMachineRequest.withDefinition(String definition)
The Amazon States Language definition of the state machine.
|
UpdateStateMachineRequest |
UpdateStateMachineRequest.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The
LoggingConfiguration data type is used to set CloudWatch Logs options. |
UpdateStateMachineRequest |
UpdateStateMachineRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
|
UpdateStateMachineRequest |
UpdateStateMachineRequest.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
|
UpdateStateMachineRequest |
UpdateStateMachineRequest.withTracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
|
Copyright © 2022. All rights reserved.