|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeLicensesResult
public class DescribeLicensesResult
| Constructor Summary | |
|---|---|
DescribeLicensesResult()
|
|
| Method Summary | |
|---|---|
List<License> |
getLicenses()
Specifies active licenses in use and attached to an Amazon EC2 instance. |
void |
setLicenses(Collection<License> licenses)
Specifies active licenses in use and attached to an Amazon EC2 instance. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLicensesResult |
withLicenses(Collection<License> licenses)
Specifies active licenses in use and attached to an Amazon EC2 instance. |
DescribeLicensesResult |
withLicenses(License... licenses)
Specifies active licenses in use and attached to an Amazon EC2 instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLicensesResult()
| Method Detail |
|---|
public List<License> getLicenses()
public void setLicenses(Collection<License> licenses)
licenses - Specifies active licenses in use and attached to an Amazon EC2
instance.public DescribeLicensesResult withLicenses(License... licenses)
Returns a reference to this object so that method calls can be chained together.
licenses - Specifies active licenses in use and attached to an Amazon EC2
instance.
public DescribeLicensesResult withLicenses(Collection<License> licenses)
Returns a reference to this object so that method calls can be chained together.
licenses - Specifies active licenses in use and attached to an Amazon EC2
instance.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||