public interface Application
extends com.amazonaws.hal.ResourceInfo
| Modifier and Type | Method and Description |
|---|---|
ApplicationStatus |
archive(ArchiveApplicationInput archiveApplicationInput) |
ApplicationStatus |
delete() |
Session |
entitleSession(EntitleSessionInput entitleSessionInput) |
int |
getActiveSessions() |
int |
getApplicationErrorCount() |
int |
getAvailableSessions() |
Applications |
getCollection() |
Date |
getCreatedDate() |
String |
getDescription() |
ApplicationErrors |
getErrors() |
String |
getId() |
String |
getInstallerParameters() |
String |
getInstallerUrl() |
Date |
getLastUpdatedDate() |
String |
getLaunchParameters() |
String |
getLaunchPath() |
String |
getLogBucket() |
List<String> |
getLogPaths() |
String |
getName() |
String |
getSdkVersion() |
Session |
getSessionById(String sessionId) |
int |
getSessionErrorCount() |
Sessions |
getSessions() |
ApplicationStatus |
getStatus() |
ApplicationStatus |
reactivate(ReactivateApplicationInput reactivateApplicationInput) |
Application |
update(UpdateApplicationInput updateApplicationInput) |
Application update(UpdateApplicationInput updateApplicationInput)
ApplicationStatus archive(ArchiveApplicationInput archiveApplicationInput)
ApplicationStatus reactivate(ReactivateApplicationInput reactivateApplicationInput)
ApplicationStatus delete()
ApplicationStatus getStatus()
ApplicationErrors getErrors()
Sessions getSessions()
Session entitleSession(EntitleSessionInput entitleSessionInput)
Applications getCollection()
String getId()
String getName()
String getDescription()
String getInstallerUrl()
String getInstallerParameters()
String getLaunchPath()
String getLaunchParameters()
String getSdkVersion()
int getApplicationErrorCount()
int getActiveSessions()
int getAvailableSessions()
int getSessionErrorCount()
Date getCreatedDate()
Date getLastUpdatedDate()
String getLogBucket()
Copyright © 2014. All rights reserved.