Uses of Class
software.amazon.awssdk.services.appstream.model.EntitledApplication
-
Packages that use EntitledApplication Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of EntitledApplication in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type EntitledApplication Modifier and Type Method Description List<EntitledApplication>ListEntitledApplicationsResponse. entitledApplications()The entitled applications.Methods in software.amazon.awssdk.services.appstream.model with parameters of type EntitledApplication Modifier and Type Method Description ListEntitledApplicationsResponse.BuilderListEntitledApplicationsResponse.Builder. entitledApplications(EntitledApplication... entitledApplications)The entitled applications.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type EntitledApplication Modifier and Type Method Description ListEntitledApplicationsResponse.BuilderListEntitledApplicationsResponse.Builder. entitledApplications(Collection<EntitledApplication> entitledApplications)The entitled applications.
-