Uses of Class
software.amazon.awssdk.services.amplify.model.CustomRule
-
Packages that use CustomRule Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of CustomRule in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type CustomRule Modifier and Type Method Description List<CustomRule>App. customRules()Describes the custom redirect and rewrite rules for the Amplify app.List<CustomRule>CreateAppRequest. customRules()The custom rewrite and redirect rules for an Amplify app.List<CustomRule>UpdateAppRequest. customRules()The custom redirect and rewrite rules for an Amplify app.Methods in software.amazon.awssdk.services.amplify.model with parameters of type CustomRule Modifier and Type Method Description App.BuilderApp.Builder. customRules(CustomRule... customRules)Describes the custom redirect and rewrite rules for the Amplify app.CreateAppRequest.BuilderCreateAppRequest.Builder. customRules(CustomRule... customRules)The custom rewrite and redirect rules for an Amplify app.UpdateAppRequest.BuilderUpdateAppRequest.Builder. customRules(CustomRule... customRules)The custom redirect and rewrite rules for an Amplify app.Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type CustomRule Modifier and Type Method Description App.BuilderApp.Builder. customRules(Collection<CustomRule> customRules)Describes the custom redirect and rewrite rules for the Amplify app.CreateAppRequest.BuilderCreateAppRequest.Builder. customRules(Collection<CustomRule> customRules)The custom rewrite and redirect rules for an Amplify app.UpdateAppRequest.BuilderUpdateAppRequest.Builder. customRules(Collection<CustomRule> customRules)The custom redirect and rewrite rules for an Amplify app.
-