Uses of Interface
software.amazon.awssdk.services.transfer.model.ImportSshPublicKeyResponse.Builder
-
Packages that use ImportSshPublicKeyResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ImportSshPublicKeyResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ImportSshPublicKeyResponse.Builder Modifier and Type Method Description static ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse. builder()ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse.Builder. serverId(String serverId)A system-assigned unique identifier for a server.ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse.Builder. sshPublicKeyId(String sshPublicKeyId)The name given to a public key by the system that was imported.ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse. toBuilder()ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse.Builder. userName(String userName)A user name assigned to theServerIDvalue that you specified.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ImportSshPublicKeyResponse.Builder Modifier and Type Method Description static Class<? extends ImportSshPublicKeyResponse.Builder>ImportSshPublicKeyResponse. serializableBuilderClass()
-