Uses of Class
software.amazon.awssdk.services.sfn.model.IncludedData
-
Packages that use IncludedData Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of IncludedData in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return IncludedData Modifier and Type Method Description static IncludedDataIncludedData. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IncludedDataDescribeExecutionRequest. includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.IncludedDataDescribeStateMachineForExecutionRequest. includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.IncludedDataDescribeStateMachineRequest. includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.IncludedDataStartSyncExecutionRequest. includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.static IncludedDataIncludedData. 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.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type IncludedData Modifier and Type Method Description static Set<IncludedData>IncludedData. knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type IncludedData Modifier and Type Method Description DescribeExecutionRequest.BuilderDescribeExecutionRequest.Builder. includedData(IncludedData includedData)If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeStateMachineForExecutionRequest.BuilderDescribeStateMachineForExecutionRequest.Builder. includedData(IncludedData includedData)If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeStateMachineRequest.BuilderDescribeStateMachineRequest.Builder. includedData(IncludedData includedData)If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.Builder. includedData(IncludedData includedData)If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.
-