Uses of Interface
software.amazon.awssdk.services.lightsail.model.DownloadDefaultKeyPairResponse.Builder
-
Packages that use DownloadDefaultKeyPairResponse.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of DownloadDefaultKeyPairResponse.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return DownloadDefaultKeyPairResponse.Builder Modifier and Type Method Description static DownloadDefaultKeyPairResponse.BuilderDownloadDefaultKeyPairResponse. builder()DownloadDefaultKeyPairResponse.BuilderDownloadDefaultKeyPairResponse.Builder. createdAt(Instant createdAt)The timestamp when the default key pair was created.DownloadDefaultKeyPairResponse.BuilderDownloadDefaultKeyPairResponse.Builder. privateKeyBase64(String privateKeyBase64)A base64-encoded RSA private key.DownloadDefaultKeyPairResponse.BuilderDownloadDefaultKeyPairResponse.Builder. publicKeyBase64(String publicKeyBase64)A base64-encoded public key of thessh-rsatype.DownloadDefaultKeyPairResponse.BuilderDownloadDefaultKeyPairResponse. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type DownloadDefaultKeyPairResponse.Builder Modifier and Type Method Description static Class<? extends DownloadDefaultKeyPairResponse.Builder>DownloadDefaultKeyPairResponse. serializableBuilderClass()
-