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 TemporaryCredentialTemporaryCredential. clone()TemporaryCredentialGrantAccessResult. getTemporaryCredential()ATemporaryCredentialobject that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.TemporaryCredentialTemporaryCredential. withInstanceId(String instanceId)The instance's AWS OpsWorks ID.TemporaryCredentialTemporaryCredential. withPassword(String password)The password.TemporaryCredentialTemporaryCredential. withUsername(String username)The user name.TemporaryCredentialTemporaryCredential. 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 voidGrantAccessResult. setTemporaryCredential(TemporaryCredential temporaryCredential)ATemporaryCredentialobject that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.GrantAccessResultGrantAccessResult. withTemporaryCredential(TemporaryCredential temporaryCredential)ATemporaryCredentialobject that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.
-