| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| 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(String instanceId)
The instance's AWS OpsWorks Stacks ID.
|
TemporaryCredential |
TemporaryCredential.withPassword(String password)
The password.
|
TemporaryCredential |
TemporaryCredential.withUsername(String username)
The user name.
|
TemporaryCredential |
TemporaryCredential.withValidForInMinutes(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. |
Copyright © 2024. All rights reserved.