Uses of Interface
software.amazon.awssdk.services.opsworks.model.GrantAccessResponse.Builder
-
Packages that use GrantAccessResponse.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of GrantAccessResponse.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return GrantAccessResponse.Builder Modifier and Type Method Description static GrantAccessResponse.BuilderGrantAccessResponse. builder()default GrantAccessResponse.BuilderGrantAccessResponse.Builder. temporaryCredential(Consumer<TemporaryCredential.Builder> temporaryCredential)ATemporaryCredentialobject that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.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.GrantAccessResponse.BuilderGrantAccessResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type GrantAccessResponse.Builder Modifier and Type Method Description static Class<? extends GrantAccessResponse.Builder>GrantAccessResponse. serializableBuilderClass()
-