Uses of Enum
software.amazon.awssdk.services.sfn.model.IncludedData
Packages that use IncludedData
-
Uses of IncludedData in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return IncludedDataModifier and TypeMethodDescriptionstatic IncludedDataUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IncludedDataDescribeExecutionRequest.includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.final IncludedDataDescribeStateMachineForExecutionRequest.includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.final IncludedDataDescribeStateMachineRequest.includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.final IncludedDataStartSyncExecutionRequest.includedData()If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.static IncludedDataReturns 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 IncludedDataMethods in software.amazon.awssdk.services.sfn.model with parameters of type IncludedDataModifier and TypeMethodDescriptionDescribeExecutionRequest.Builder.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeStateMachineForExecutionRequest.Builder.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeStateMachineRequest.Builder.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.StartSyncExecutionRequest.Builder.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.