Uses of Class
software.amazon.awssdk.services.opsworks.model.TemporaryCredential
-
Packages that use TemporaryCredential Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of TemporaryCredential in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return TemporaryCredential Modifier and Type Method Description TemporaryCredentialGrantAccessResponse. temporaryCredential()ATemporaryCredentialobject that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type TemporaryCredential Modifier and Type Method Description GrantAccessResponse.BuilderGrantAccessResponse.Builder. temporaryCredential(TemporaryCredential temporaryCredential)ATemporaryCredentialobject that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.
-