Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceInfo |
GetOnPremisesInstanceResult.instanceInfo
Information about the on-premises instance.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceInfo> |
BatchGetOnPremisesInstancesResult.instanceInfos
Information about the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
InstanceInfo |
InstanceInfo.clone() |
InstanceInfo |
GetOnPremisesInstanceResult.getInstanceInfo()
Information about the on-premises instance.
|
InstanceInfo |
InstanceInfo.withDeregisterTime(java.util.Date deregisterTime)
If the on-premises instance was deregistered, the time at which the
on-premises instance was deregistered.
|
InstanceInfo |
InstanceInfo.withIamUserArn(java.lang.String iamUserArn)
The IAM user ARN associated with the on-premises instance.
|
InstanceInfo |
InstanceInfo.withInstanceArn(java.lang.String instanceArn)
The ARN of the on-premises instance.
|
InstanceInfo |
InstanceInfo.withInstanceName(java.lang.String instanceName)
The name of the on-premises instance.
|
InstanceInfo |
InstanceInfo.withRegisterTime(java.util.Date registerTime)
The time at which the on-premises instance was registered.
|
InstanceInfo |
InstanceInfo.withTags(java.util.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 |
---|---|
java.util.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(java.util.Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
|
BatchGetOnPremisesInstancesResult |
BatchGetOnPremisesInstancesResult.withInstanceInfos(java.util.Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
|
Modifier and Type | Method and Description |
---|---|
InstanceInfo |
InstanceInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceInfoJsonMarshaller.marshall(InstanceInfo instanceInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|