Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static GetPasswordDataResponse.Builder |
GetPasswordDataResponse.builder() |
GetPasswordDataResponse.Builder |
GetPasswordDataResponse.Builder.instanceId(String instanceId)
The ID of the Windows instance.
|
GetPasswordDataResponse.Builder |
GetPasswordDataResponse.Builder.passwordData(String passwordData)
The password of the instance.
|
GetPasswordDataResponse.Builder |
GetPasswordDataResponse.Builder.timestamp(Instant timestamp)
The time the data was last updated.
|
GetPasswordDataResponse.Builder |
GetPasswordDataResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetPasswordDataResponse.Builder> |
GetPasswordDataResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.