Uses of Interface
software.amazon.awssdk.services.lightsail.model.PasswordData.Builder
-
Packages that use PasswordData.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of PasswordData.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return PasswordData.Builder Modifier and Type Method Description static PasswordData.BuilderPasswordData. builder()PasswordData.BuilderPasswordData.Builder. ciphertext(String ciphertext)The encrypted password.PasswordData.BuilderPasswordData.Builder. keyPairName(String keyPairName)The name of the key pair that you used when creating your instance.PasswordData.BuilderPasswordData. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type PasswordData.Builder Modifier and Type Method Description static Class<? extends PasswordData.Builder>PasswordData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type PasswordData.Builder Modifier and Type Method Description default InstanceAccessDetails.BuilderInstanceAccessDetails.Builder. passwordData(Consumer<PasswordData.Builder> passwordData)For a Windows Server-based instance, an object with the data you can use to retrieve your password.
-