Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private TemporaryCredential |
GrantAccessResult.temporaryCredential
A
TemporaryCredential object that contains the data needed
to log in to the instance by RDP clients, such as the Microsoft Remote
Desktop Connection. |
Modifier and Type | Method and Description |
---|---|
TemporaryCredential |
TemporaryCredential.clone() |
TemporaryCredential |
GrantAccessResult.getTemporaryCredential()
A
TemporaryCredential object that contains the data needed
to log in to the instance by RDP clients, such as the Microsoft Remote
Desktop Connection. |
TemporaryCredential |
TemporaryCredential.withInstanceId(java.lang.String instanceId)
The instance's AWS OpsWorks ID.
|
TemporaryCredential |
TemporaryCredential.withPassword(java.lang.String password)
The password.
|
TemporaryCredential |
TemporaryCredential.withUsername(java.lang.String username)
The user name.
|
TemporaryCredential |
TemporaryCredential.withValidForInMinutes(java.lang.Integer validForInMinutes)
The length of time (in minutes) that the grant is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
GrantAccessResult.setTemporaryCredential(TemporaryCredential temporaryCredential)
A
TemporaryCredential object that contains the data needed
to log in to the instance by RDP clients, such as the Microsoft Remote
Desktop Connection. |
GrantAccessResult |
GrantAccessResult.withTemporaryCredential(TemporaryCredential temporaryCredential)
A
TemporaryCredential object that contains the data needed
to log in to the instance by RDP clients, such as the Microsoft Remote
Desktop Connection. |
Modifier and Type | Method and Description |
---|---|
TemporaryCredential |
TemporaryCredentialJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TemporaryCredentialJsonMarshaller.marshall(TemporaryCredential temporaryCredential,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|