Uses of Interface
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListApplicationsResponse.Builder
-
Packages that use ListApplicationsResponse.Builder Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ListApplicationsResponse.Builder in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ListApplicationsResponse.Builder Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)The list ofApplicationSummaryobjects.ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaryList(Consumer<ApplicationSummary.Builder>... applicationSummaryList)The list ofApplicationSummaryobjects.ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaryList(ApplicationSummary... applicationSummaryList)The list ofApplicationSummaryobjects.static ListApplicationsResponse.BuilderListApplicationsResponse. builder()ListApplicationsResponse.BuilderListApplicationsResponse.Builder. nextToken(String nextToken)The token for the next page of results.ListApplicationsResponse.BuilderListApplicationsResponse. toBuilder()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ListApplicationsResponse.Builder Modifier and Type Method Description static Class<? extends ListApplicationsResponse.Builder>ListApplicationsResponse. serializableBuilderClass()
-