Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListAppsResponse.Builder
-
Packages that use ListAppsResponse.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ListAppsResponse.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListAppsResponse.Builder Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. appSummaries(Collection<AppSummary> appSummaries)Summaries for the Resilience Hub application.ListAppsResponse.BuilderListAppsResponse.Builder. appSummaries(Consumer<AppSummary.Builder>... appSummaries)Summaries for the Resilience Hub application.ListAppsResponse.BuilderListAppsResponse.Builder. appSummaries(AppSummary... appSummaries)Summaries for the Resilience Hub application.static ListAppsResponse.BuilderListAppsResponse. builder()ListAppsResponse.BuilderListAppsResponse.Builder. nextToken(String nextToken)Token for the next set of results, or null if there are no more results.ListAppsResponse.BuilderListAppsResponse. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListAppsResponse.Builder Modifier and Type Method Description static Class<? extends ListAppsResponse.Builder>ListAppsResponse. serializableBuilderClass()
-