Uses of Class
software.amazon.awssdk.services.amplify.model.Backend
-
Packages that use Backend Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of Backend in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return Backend Modifier and Type Method Description BackendBranch. backend()Returns the value of the Backend property for this object.BackendCreateBranchRequest. backend()The backend for aBranchof an Amplify app.BackendUpdateBranchRequest. backend()The backend for aBranchof an Amplify app.Methods in software.amazon.awssdk.services.amplify.model with parameters of type Backend Modifier and Type Method Description Branch.BuilderBranch.Builder. backend(Backend backend)Sets the value of the Backend property for this object.CreateBranchRequest.BuilderCreateBranchRequest.Builder. backend(Backend backend)The backend for aBranchof an Amplify app.UpdateBranchRequest.BuilderUpdateBranchRequest.Builder. backend(Backend backend)The backend for aBranchof an Amplify app.
-