Uses of Enum
software.amazon.awscdk.services.s3.RedirectProtocol
Packages that use RedirectProtocol
-
Uses of RedirectProtocol in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return RedirectProtocolModifier and TypeMethodDescriptiondefault RedirectProtocolRedirectTarget.getProtocol()Protocol to use when redirecting requests.final RedirectProtocolRedirectTarget.Jsii$Proxy.getProtocol()default RedirectProtocolRoutingRule.getProtocol()Protocol to use when redirecting requests.final RedirectProtocolRoutingRule.Jsii$Proxy.getProtocol()static RedirectProtocolReturns the enum constant of this type with the specified name.static RedirectProtocol[]RedirectProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.s3 with parameters of type RedirectProtocolModifier and TypeMethodDescriptionRedirectTarget.Builder.protocol(RedirectProtocol protocol) Sets the value ofRedirectTarget.getProtocol()RoutingRule.Builder.protocol(RedirectProtocol protocol) Sets the value ofRoutingRule.getProtocol()