Uses of Class
software.amazon.awssdk.services.appstream.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of Application in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return Application Modifier and Type Method Description ApplicationCreateApplicationResponse. application()Returns the value of the Application property for this object.ApplicationUpdateApplicationResponse. application()Returns the value of the Application property for this object.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type Application Modifier and Type Method Description List<Application>DescribeApplicationsResponse. applications()The applications in the list.List<Application>Image. applications()The applications associated with the image.Methods in software.amazon.awssdk.services.appstream.model with parameters of type Application Modifier and Type Method Description CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. application(Application application)Sets the value of the Application property for this object.UpdateApplicationResponse.BuilderUpdateApplicationResponse.Builder. application(Application application)Sets the value of the Application property for this object.DescribeApplicationsResponse.BuilderDescribeApplicationsResponse.Builder. applications(Application... applications)The applications in the list.Image.BuilderImage.Builder. applications(Application... applications)The applications associated with the image.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type Application Modifier and Type Method Description DescribeApplicationsResponse.BuilderDescribeApplicationsResponse.Builder. applications(Collection<Application> applications)The applications in the list.Image.BuilderImage.Builder. applications(Collection<Application> applications)The applications associated with the image.
-