Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Activation |
Activation.clone() |
Activation |
Activation.withActivationId(String activationId)
The ID created by Systems Manager when you submitted the activation.
|
Activation |
Activation.withCreatedDate(Date createdDate)
The date the activation was created.
|
Activation |
Activation.withDefaultInstanceName(String defaultInstanceName)
A name for the managed instance when it is created.
|
Activation |
Activation.withDescription(String description)
A user defined description of the activation.
|
Activation |
Activation.withExpirationDate(Date expirationDate)
The date when this activation can no longer be used to register managed instances.
|
Activation |
Activation.withExpired(Boolean expired)
Whether or not the activation is expired.
|
Activation |
Activation.withIamRole(String iamRole)
The Amazon Identity and Access Management (IAM) role to assign to the managed instance.
|
Activation |
Activation.withRegistrationLimit(Integer registrationLimit)
The maximum number of managed instances that can be registered using this activation.
|
Activation |
Activation.withRegistrationsCount(Integer registrationsCount)
The number of managed instances already registered with this activation.
|
Modifier and Type | Method and Description |
---|---|
List<Activation> |
DescribeActivationsResult.getActivationList()
A list of activations for your AWS account.
|
Modifier and Type | Method and Description |
---|---|
DescribeActivationsResult |
DescribeActivationsResult.withActivationList(Activation... activationList)
A list of activations for your AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeActivationsResult.setActivationList(Collection<Activation> activationList)
A list of activations for your AWS account.
|
DescribeActivationsResult |
DescribeActivationsResult.withActivationList(Collection<Activation> activationList)
A list of activations for your AWS account.
|
Copyright © 2018. All rights reserved.