Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyAccessControlAllowMethodsValues
-
Packages that use ResponseHeadersPolicyAccessControlAllowMethodsValues Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicyAccessControlAllowMethodsValues in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyAccessControlAllowMethodsValues Modifier and Type Method Description static ResponseHeadersPolicyAccessControlAllowMethodsValuesResponseHeadersPolicyAccessControlAllowMethodsValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResponseHeadersPolicyAccessControlAllowMethodsValuesResponseHeadersPolicyAccessControlAllowMethodsValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseHeadersPolicyAccessControlAllowMethodsValues[]ResponseHeadersPolicyAccessControlAllowMethodsValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyAccessControlAllowMethodsValues Modifier and Type Method Description List<ResponseHeadersPolicyAccessControlAllowMethodsValues>ResponseHeadersPolicyAccessControlAllowMethods. items()The list of HTTP methods.static Set<ResponseHeadersPolicyAccessControlAllowMethodsValues>ResponseHeadersPolicyAccessControlAllowMethodsValues. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicyAccessControlAllowMethodsValues Modifier and Type Method Description ResponseHeadersPolicyAccessControlAllowMethods.BuilderResponseHeadersPolicyAccessControlAllowMethods.Builder. items(ResponseHeadersPolicyAccessControlAllowMethodsValues... items)The list of HTTP methods.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyAccessControlAllowMethodsValues Modifier and Type Method Description ResponseHeadersPolicyAccessControlAllowMethods.BuilderResponseHeadersPolicyAccessControlAllowMethods.Builder. items(Collection<ResponseHeadersPolicyAccessControlAllowMethodsValues> items)The list of HTTP methods.
-