Uses of Interface
software.amazon.awssdk.services.ec2.model.GetPasswordDataResponse.Builder
-
Packages that use GetPasswordDataResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of GetPasswordDataResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetPasswordDataResponse.Builder Modifier and Type Method Description static GetPasswordDataResponse.BuilderGetPasswordDataResponse. builder()GetPasswordDataResponse.BuilderGetPasswordDataResponse.Builder. instanceId(String instanceId)The ID of the Windows instance.GetPasswordDataResponse.BuilderGetPasswordDataResponse.Builder. passwordData(String passwordData)The password of the instance.GetPasswordDataResponse.BuilderGetPasswordDataResponse.Builder. timestamp(Instant timestamp)The time the data was last updated.GetPasswordDataResponse.BuilderGetPasswordDataResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetPasswordDataResponse.Builder Modifier and Type Method Description static Class<? extends GetPasswordDataResponse.Builder>GetPasswordDataResponse. serializableBuilderClass()
-