Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.URLEncodingFormat
Packages that use URLEncodingFormat
Package
Description
Tasks for AWS Step Functions
-
Uses of URLEncodingFormat in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return URLEncodingFormatModifier and TypeMethodDescriptiondefault URLEncodingFormatHttpInvokeJsonataProps.getUrlEncodingFormat()Determines whether to apply URL encoding to the request body, and which array encoding format to use.final URLEncodingFormatHttpInvokeJsonataProps.Jsii$Proxy.getUrlEncodingFormat()default URLEncodingFormatHttpInvokeJsonPathProps.getUrlEncodingFormat()Determines whether to apply URL encoding to the request body, and which array encoding format to use.final URLEncodingFormatHttpInvokeJsonPathProps.Jsii$Proxy.getUrlEncodingFormat()default URLEncodingFormatHttpInvokeProps.getUrlEncodingFormat()Determines whether to apply URL encoding to the request body, and which array encoding format to use.final URLEncodingFormatHttpInvokeProps.Jsii$Proxy.getUrlEncodingFormat()static URLEncodingFormatReturns the enum constant of this type with the specified name.static URLEncodingFormat[]URLEncodingFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type URLEncodingFormatModifier and TypeMethodDescriptionHttpInvoke.Builder.urlEncodingFormat(URLEncodingFormat urlEncodingFormat) Determines whether to apply URL encoding to the request body, and which array encoding format to use.HttpInvokeJsonataProps.Builder.urlEncodingFormat(URLEncodingFormat urlEncodingFormat) Sets the value ofHttpInvokeJsonataProps.getUrlEncodingFormat()HttpInvokeJsonPathProps.Builder.urlEncodingFormat(URLEncodingFormat urlEncodingFormat) Sets the value ofHttpInvokeJsonPathProps.getUrlEncodingFormat()HttpInvokeProps.Builder.urlEncodingFormat(URLEncodingFormat urlEncodingFormat) Sets the value ofHttpInvokeProps.getUrlEncodingFormat()