Uses of Interface
software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse.Builder
-
Packages that use ListApplicationsResponse.Builder Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of ListApplicationsResponse.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return ListApplicationsResponse.Builder Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Collection<ApplicationSummary> applications)The Applications associated with this account.ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Consumer<ApplicationSummary.Builder>... applications)The Applications associated with this account.ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(ApplicationSummary... applications)The Applications associated with this account.static ListApplicationsResponse.BuilderListApplicationsResponse. builder()ListApplicationsResponse.BuilderListApplicationsResponse.Builder. nextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListApplicationsResponse.BuilderListApplicationsResponse. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type ListApplicationsResponse.Builder Modifier and Type Method Description static Class<? extends ListApplicationsResponse.Builder>ListApplicationsResponse. serializableBuilderClass()
-