Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
InstanceInfo |
InstanceInfo.clone() |
InstanceInfo |
GetOnPremisesInstanceResult.getInstanceInfo()
Information about the on-premises instance.
|
InstanceInfo |
InstanceInfo.withDeregisterTime(Date deregisterTime)
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
|
InstanceInfo |
InstanceInfo.withIamSessionArn(String iamSessionArn)
The ARN of the IAM session associated with the on-premises instance.
|
InstanceInfo |
InstanceInfo.withIamUserArn(String iamUserArn)
The IAM user ARN associated with the on-premises instance.
|
InstanceInfo |
InstanceInfo.withInstanceArn(String instanceArn)
The ARN of the on-premises instance.
|
InstanceInfo |
InstanceInfo.withInstanceName(String instanceName)
The name of the on-premises instance.
|
InstanceInfo |
InstanceInfo.withRegisterTime(Date registerTime)
The time at which the on-premises instance was registered.
|
InstanceInfo |
InstanceInfo.withTags(Collection<Tag> tags)
The tags currently associated with the on-premises instance.
|
InstanceInfo |
InstanceInfo.withTags(Tag... tags)
The tags currently associated with the on-premises instance.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceInfo> |
BatchGetOnPremisesInstancesResult.getInstanceInfos()
Information about the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
void |
GetOnPremisesInstanceResult.setInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
|
GetOnPremisesInstanceResult |
GetOnPremisesInstanceResult.withInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.
|
BatchGetOnPremisesInstancesResult |
BatchGetOnPremisesInstancesResult.withInstanceInfos(InstanceInfo... instanceInfos)
Information about the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetOnPremisesInstancesResult.setInstanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
|
BatchGetOnPremisesInstancesResult |
BatchGetOnPremisesInstancesResult.withInstanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
|
Copyright © 2021. All rights reserved.