| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static GrantAccessResponse.Builder |
GrantAccessResponse.builder() |
default GrantAccessResponse.Builder |
GrantAccessResponse.Builder.temporaryCredential(Consumer<TemporaryCredential.Builder> temporaryCredential)
A
TemporaryCredential object that contains the data needed to log in to the instance by RDP
clients, such as the Microsoft Remote Desktop Connection. |
GrantAccessResponse.Builder |
GrantAccessResponse.Builder.temporaryCredential(TemporaryCredential temporaryCredential)
A
TemporaryCredential object that contains the data needed to log in to the instance by RDP
clients, such as the Microsoft Remote Desktop Connection. |
GrantAccessResponse.Builder |
GrantAccessResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GrantAccessResponse.Builder> |
GrantAccessResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.