Uses of Class
software.amazon.awssdk.services.workspaces.model.WorkSpaceApplication
-
Packages that use WorkSpaceApplication Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of WorkSpaceApplication in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type WorkSpaceApplication Modifier and Type Method Description List<WorkSpaceApplication>DescribeApplicationsResponse. applications()List of information about the specified applications.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type WorkSpaceApplication Modifier and Type Method Description DescribeApplicationsResponse.BuilderDescribeApplicationsResponse.Builder. applications(WorkSpaceApplication... applications)List of information about the specified applications.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type WorkSpaceApplication Modifier and Type Method Description DescribeApplicationsResponse.BuilderDescribeApplicationsResponse.Builder. applications(Collection<WorkSpaceApplication> applications)List of information about the specified applications.
-