Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceIdentity |
RegisterInstanceRequest.instanceIdentity
An InstanceIdentity object that contains the instance's identity.
|
Modifier and Type | Method and Description |
---|---|
InstanceIdentity |
InstanceIdentity.clone() |
InstanceIdentity |
RegisterInstanceRequest.getInstanceIdentity()
An InstanceIdentity object that contains the instance's identity.
|
InstanceIdentity |
InstanceIdentity.withDocument(java.lang.String document)
A JSON document that contains the metadata.
|
InstanceIdentity |
InstanceIdentity.withSignature(java.lang.String signature)
A signature that can be used to verify the document's accuracy and
authenticity.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterInstanceRequest.setInstanceIdentity(InstanceIdentity instanceIdentity)
An InstanceIdentity object that contains the instance's identity.
|
RegisterInstanceRequest |
RegisterInstanceRequest.withInstanceIdentity(InstanceIdentity instanceIdentity)
An InstanceIdentity object that contains the instance's identity.
|
Modifier and Type | Method and Description |
---|---|
InstanceIdentity |
InstanceIdentityJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceIdentityJsonMarshaller.marshall(InstanceIdentity instanceIdentity,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|