Uses of Class
com.amazonaws.services.opsworks.model.TemporaryCredential
Packages that use TemporaryCredential
-
Uses of TemporaryCredential in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return TemporaryCredentialModifier and TypeMethodDescriptionTemporaryCredential.clone()
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.withInstanceId
(String instanceId) The instance's AWS OpsWorks ID.TemporaryCredential.withPassword
(String password) The password.TemporaryCredential.withUsername
(String username) The user name.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 TemporaryCredentialModifier and TypeMethodDescriptionvoid
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.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.