Uses of Enum Class
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 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 class with the specified name.static URLEncodingFormat[]URLEncodingFormat.values()Returns an array containing the constants of this enum class, 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.HttpInvokeProps.Builder.urlEncodingFormat(URLEncodingFormat urlEncodingFormat) Sets the value ofHttpInvokeProps.getUrlEncodingFormat()