Uses of Interface
software.amazon.awssdk.services.transfer.model.SshPublicKey.Builder
-
Packages that use SshPublicKey.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of SshPublicKey.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return SshPublicKey.Builder Modifier and Type Method Description static SshPublicKey.BuilderSshPublicKey. builder()SshPublicKey.BuilderSshPublicKey.Builder. dateImported(Instant dateImported)Specifies the date that the public key was added to the Transfer Family user.SshPublicKey.BuilderSshPublicKey.Builder. sshPublicKeyBody(String sshPublicKeyBody)Specifies the content of the SSH public key as specified by thePublicKeyId.SshPublicKey.BuilderSshPublicKey.Builder. sshPublicKeyId(String sshPublicKeyId)Specifies theSshPublicKeyIdparameter contains the identifier of the public key.SshPublicKey.BuilderSshPublicKey. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type SshPublicKey.Builder Modifier and Type Method Description static Class<? extends SshPublicKey.Builder>SshPublicKey. serializableBuilderClass()
-