Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
static IncludedData |
IncludedData.fromValue(String value)
Use this in place of valueOf.
|
static IncludedData |
IncludedData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludedData[] |
IncludedData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StartSyncExecutionRequest |
StartSyncExecutionRequest.withIncludedData(IncludedData includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
DescribeStateMachineRequest |
DescribeStateMachineRequest.withIncludedData(IncludedData includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
DescribeStateMachineForExecutionRequest |
DescribeStateMachineForExecutionRequest.withIncludedData(IncludedData includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
DescribeExecutionRequest |
DescribeExecutionRequest.withIncludedData(IncludedData includedData)
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decrypt
permission to decrypt the definition. |
Copyright © 2025. All rights reserved.