Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ListApplicationsResponse.Builder
-
Packages that use ListApplicationsResponse.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ListApplicationsResponse.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ListApplicationsResponse.Builder Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Collection<ApplicationSummary> applications)This list of applications.ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Consumer<ApplicationSummary.Builder>... applications)This list of applications.ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(ApplicationSummary... applications)This list of applications.static ListApplicationsResponse.BuilderListApplicationsResponse. builder()ListApplicationsResponse.BuilderListApplicationsResponse.Builder. nextToken(String nextToken)The token to use to get the next page of results after a previous API call.ListApplicationsResponse.BuilderListApplicationsResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ListApplicationsResponse.Builder Modifier and Type Method Description static Class<? extends ListApplicationsResponse.Builder>ListApplicationsResponse. serializableBuilderClass()
-