Uses of Class
software.amazon.awssdk.services.amplify.model.App
-
Packages that use App Package Description software.amazon.awssdk.services.amplify.model software.amazon.awssdk.services.amplify.paginators -
-
Uses of App in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return App Modifier and Type Method Description AppCreateAppResponse. app()Returns the value of the App property for this object.AppDeleteAppResponse. app()Returns the value of the App property for this object.AppGetAppResponse. app()Returns the value of the App property for this object.AppUpdateAppResponse. app()Represents the updated Amplify app.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type App Modifier and Type Method Description List<App>ListAppsResponse. apps()A list of Amplify apps.Methods in software.amazon.awssdk.services.amplify.model with parameters of type App Modifier and Type Method Description CreateAppResponse.BuilderCreateAppResponse.Builder. app(App app)Sets the value of the App property for this object.DeleteAppResponse.BuilderDeleteAppResponse.Builder. app(App app)Sets the value of the App property for this object.GetAppResponse.BuilderGetAppResponse.Builder. app(App app)Sets the value of the App property for this object.UpdateAppResponse.BuilderUpdateAppResponse.Builder. app(App app)Represents the updated Amplify app.ListAppsResponse.BuilderListAppsResponse.Builder. apps(App... apps)A list of Amplify apps.Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type App Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(Collection<App> apps)A list of Amplify apps. -
Uses of App in software.amazon.awssdk.services.amplify.paginators
Methods in software.amazon.awssdk.services.amplify.paginators that return types with arguments of type App Modifier and Type Method Description SdkIterable<App>ListAppsIterable. apps()Returns an iterable to iterate through the paginatedListAppsResponse.apps()member.SdkPublisher<App>ListAppsPublisher. apps()Returns a publisher that can be used to get a stream of data.
-