Uses of Class
com.amazonaws.services.opsworks.model.TemporaryCredential
-
Packages that use TemporaryCredential Package Description com.amazonaws.services.opsworks.model -
-
Uses of TemporaryCredential in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return TemporaryCredential Modifier and Type Method Description TemporaryCredential
TemporaryCredential. clone()
TemporaryCredential
GrantAccessResult. getTemporaryCredential()
ATemporaryCredential
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 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.Methods in com.amazonaws.services.opsworks.model with parameters of type TemporaryCredential Modifier and Type Method Description void
GrantAccessResult. setTemporaryCredential(TemporaryCredential temporaryCredential)
ATemporaryCredential
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)
ATemporaryCredential
object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.
-