| Package | Description |
|---|---|
| com.trendmicro.ds.platform.rest.api | |
| com.trendmicro.ds.platform.rest.object.cloud |
| Modifier and Type | Method and Description |
|---|---|
CloudAccountElement |
ICloudAccountAPI.getCloudAccount(java.lang.Integer cloudAccountId,
java.lang.String sID)
Get a specific cloud account.
|
| Modifier and Type | Method and Description |
|---|---|
CloudAccountElement |
UpdateCloudAccountRequest.getCloudAccountElement()
Contains cloud account related information.
|
CloudAccountElement |
CreateCloudAccountRequest.getCloudAccountElement()
Contains cloud account related information.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CloudAccountElement> |
CloudAccountListing.getCloudAccounts()
Return the list of cloud accounts, or null if there are no cloud accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCloudAccountRequest.setCloudAccountElement(CloudAccountElement cloudAccountElement) |
void |
CreateCloudAccountRequest.setCloudAccountElement(CloudAccountElement cloudAccountElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudAccountListing.setCloudAccounts(java.util.List<CloudAccountElement> cloudAccounts) |
| Constructor and Description |
|---|
CreateCloudAccountRequest(java.lang.String sessionId,
CloudAccountElement cloudAccountElement) |
UpdateCloudAccountRequest(java.lang.String sessionId,
CloudAccountElement cloudAccountElement) |
| Constructor and Description |
|---|
CloudAccountListing(java.util.List<CloudAccountElement> cloudAccounts) |
Copyright © 2015 Trend Micro Inc. All Rights Reserved.