public interface ElasticAccountManagementService
Modifier and Type | Method and Description |
---|---|
Collection<com.amazonaws.services.ec2.model.Instance> |
getDisconnectedElasticInstances()
Retrieve a list of running instances on your AWS account that were started by Bamboo, but are no longer connected to Bamboo
|
Collection<com.amazonaws.services.ec2.model.Instance> |
getUnrelatedElasticInstances()
Retrieve a list of running instances on your AWS account that were not started by bamboo
|
@NotNull Collection<com.amazonaws.services.ec2.model.Instance> getDisconnectedElasticInstances() throws com.atlassian.aws.AWSException
com.atlassian.aws.AWSException
@NotNull Collection<com.amazonaws.services.ec2.model.Instance> getUnrelatedElasticInstances() throws com.atlassian.aws.AWSException
com.atlassian.aws.AWSException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.